--- trunk/www/backup-smb.html 2010/05/31 18:11:36 70 +++ trunk/www/backup-smb.html 2010/05/31 19:25:49 71 @@ -149,80 +149,91 @@

If you need to change these settings, go to the Getting backups page for instructions .

Screen "Start Clonezilla" [^]

-

I select "Start Clonezilla" and press ENTER.

+


+I select "Start Clonezilla" and press ENTER. +

Screen "Clonezilla" [^]

-

I select "device-image" and press ENTER.

+


+I select "device-image" and press ENTER.

+

-

Screen "Mount clonezilla image directory" [^

+

Screen "Mount clonezilla image directory" [^]

In this screen I can select the way the image file directory will be saved. Available options are local directory, remote directory through ssh, samba or nfs and skip, to use the previously used directory. More info about the image file can be found at section "About the Image file".

+
I select "samba server" and press ENTER.

Screen "Mount Samba Server" [^]

-

This is where I have to enter the IP address of my Samba server.

I type "10.0.0.2" and press ENTER.

+

This is where I have to enter the IP address of my Samba server.

+
+I type "10.0.0.3" and press ENTER.

Screen "Mount Samba Server" (second time) [^]

-

This is where I have to enter the account (user) name on my Samba server.

I type "spiros" and press ENTER.

+

This is where I have to enter the domain name on my Samba server.

+
+I just press ENTER, as there is no domain in my LAN. If there is a domain in your network, you have to type its name (something like my_company.com) and press ENTER.

Screen "Mount Samba Server" (third time) [^]

-

This is where I have to enter the domain name on my Samba server.

I select "Cancel" and press ENTER, as there is no domain in my LAN. If there is a domain in your network, you have to type its name (something like my_company.com) and press ENTER.

+

This is where I have to enter the account (user) name on my Samba server.

+
+I type "spiros" and press ENTER.

Screen "Mount Samba Server" (fourth time) [^]

-

This is where I have to enter the directory name on my Samba server, in which the image file will be saved.

I type "/data" and press ENTER.

+

This is where I have to enter the directory name on my Samba server, in which the image file will be saved.

I type "/all_my_images" and press ENTER.

+
-At this point I will be asked for the password for user spiros. I will be able to continue only after entering it correctly.

+At this point I informed I will be asked for the password for user spiros.

+
+I will be able to continue only after entering it correctly.

+

Screen "Clonezilla - Opensource Clone System (OCS)" [^]

-

I select Beginner mode to accept the default backup options. If you select Expert mode, you can choose the options yourself. More details can be found here.

+ -

Screen "Clonezilla: Select mode" [^]

-

Here I can select the desired operation. Available options are:

+

+
I select Beginer mode to accept the default backup options. If you select Expert mode, you can choose the options yourself. More details can be found here.

+ +

Screen "Select mode" [^]

-

savedisk
-    Save entire disk to image
-
-restoredisk
-    Restore entire disk from image
-
-saveparts
-    Save partition to image
+

Here I can select the desired operation.

-restoreparts
-    Restore partition from image
-
-recovery-iso-zip
-    Create an automated restore CD/DVD/USB drive

- -

I select "saveparts" and press ENTER.

+
+I select "savedisk" and press ENTER.

-

Screen "Clonezilla - Opensource Clone System (OCS) | Mode: saveparts" [^]

-

This is the name of the image file. You can insert anything you like, as long as it makes sence to you, so that you can distinguish the image file afterwards.
-
-I insert "win_img" and press ENTER.

+

Next Screen [^]

-

Next screen [^]

-

Here I can select the partition that will be backed up.

I select "( ) hda1        ntfs" by pressing SPACE and press ENTER, and ENTER again.
-
-Then a message is displayed asking for confirmation in order to continue. I just press y, and the backup procedure begins.

+


+In this screen I select the image name.
+I type "Backup_5-2010_hdb", which in my opinion is more informative name than the default. +

+ +

Next Screen [^]

+ +


+Finally I am asked to select the partition to save.
+I just press ENTER again. +

- -

Rebooting the system [^]

-

When the backup is done, I get the following:

-

(0) Poweroff
-(1) Reboot
-(2) Enter command line prompt
-(3) Start over
-[2]

-

Then I press ENTER and get to the shell. I execute the commands:

+

Starting the backup [^]

+ +


+Then the program will display the command that will be executed and will ask me to press ENTER.
+Then I will be asked to confirm the operation by pressing y and ENTER. +
+

+After that, the backup begins
+
+
+and when it's successfully completed, I press ENTER to get to the shell. Then, I execute the commands:

sudo su -
cd
umount -a
reboot

- +

to reboot the system.