Monday, June 17, 2013

Part-1: Creation of Hard drive image using Clonezilla

clonezilla

Scenario:

The scenario is really simple, in which I want to backup my Ubuntu server using the “CloneZilla Live” and also want to store it on another server which has an ip address of 192.168.179.141. If you want to learn more about CloneZilla, please visit this link.

Let’s start the tutorial by inserting the CloneZilla Live CD into the server that you want to backup and boot from it.

1) At first, CloneZilla Live comes up with this screen just press ENTER:

1

2) Next, select your desired language:

2

3) If you are using US keymap, just select the default option “Don’t touch keymap” and press ENTER:

3

4) Select “Start Clonezilla” and press ENTER:

4

5) Select “device-image” and press ENTER:

5

6) Here we’ll select that where we want to store the hard drive image. In my case, I have selected SSH server:

6

7) Here, it will ask the network setting (I have selected dhcp):

7

8) Then it will ask the SSH server address (In my case, it is 192.168.179.141):

8

9) Next ssh port (default is 22):

9

10) User account on SSH Server that is allowed to write/read on the server:

10

11) Specify the directory on SSH Server, where CloneZilla image will be saved(In my case, it is /home/arbab/clonezilla):

11

12)Next click on OK:

12

13)and then enter your SSH password:

12a

14) Next screen will confirm the successfully mount. Press “Enter“:

13

15) Choose “Beginner” then hit Enter:

14

16) Select “savedisk” because, we want to create an image of the full hard drive:

15

17) Input the name that you want to give to your image (default is just fine for me):

16

18) Choose the hard drive for which you want to create an image:

17

19) Select an option, if you want to check & repair the file system before saving (I am going with default option, which is skip):

18

20) Select this option, if you want to check the saved image is restorable:

19

21) Hit Enter:

20

22) Then press “y” and Hit Enter to start the image creation process:

21

After this, image creation process will start (please be patient, this may take some time):

23

23) After the successful image creation, press ENTER:

24

24) Select your desired option to Poweroff/Reboot etc the CloneZilla Live system:

25

Login to SSH Server and verify the disk image:

26

Hope this will help you!

No comments:

Post a Comment