[Clonezilla-live] Creating an auto backup CD
A partition and disk imaging/cloning program
Brought to you by:
steven_shiau
From: Spiros G. <sn...@he...> - 2008-03-16 14:14:07
|
Hi all I would be interested in creating an auto backup CD. By saying "auto backup CD", I mean a CD which upon system start-up would 1. mount a shh share to /home/partimag 2. backup my system disk (/dev/sda) to an image file of a given name 3. create a restore DVD using this image I was thinking to modify /etc/ocs/ocs-live.conf in this way ocs_live_run="/opt/drbl/sbin/ocs-sr" ocs_live_extra_param="-b -c -e -z2 -q2 -o0 -o1 savedisk MY_IMAGE sda" ocs_live_keymap="NONE" ocs_live_batch="yes" DIA="whiptail" Furthermore, I will use prerun to mount /home/partimag through ssh postrun to burn the image file to DVD Do you think such an arrangement would work? -- Regards Spiros -- gpg key URL: http://members.hellug.gr/sng/gpg-kde-el.html |