From: <lie...@i-...> - 2012-09-07 01:47:07
|
Hi all: I write a new script named izxg4l, which can restore system from backed file. usage: 1.backup your system use the lived cd . 2.modified the ../../../data/tftpboot/pxelinux.cfg/default TIMEOUT 60 ONTIMEOUT bz3x4.5 initrd=ramdisk.lzma ramdisk_size=65536 root=/dev/ram0 run="izxg4l 192.168.33.163 eth0 clq:abc123 192.168.33.163 izxg4l imgserverip dev user:passwd adminserverip 3.at first,you must start the autog4ld service in your server machine. ./autog4ld -f /etc/autog4l/autog4l.xml 4.the client can exec the imgget binary get the clone information Thanks for reviewing the code. the source code I put it in the url: https://code.google.com/p/autog4l/ Best Regards! |