Create Full Windows Backup with Clonezilla to SAMBA or SSH Server

Clonezilla is a well known free and open source disk cloning/imaging software which is mostly used by professionals, especially in mass cloning of multiple computers using multicast. The free price tag on Clonezilla helps a company or an organization to save a lot of money instead of spending hundreds or thousands of dollars for licensing on a corporate/enterprise edition of a disk imaging or cloning software.

Although Clonezilla is text-based and does not come with a friendly graphical user interface like what you see in Acronis True Image/Macrium Reflect/AOMEI Backupper, it is not really that difficult to use. Most of the options can be selected using the keyboard while only a few steps require manual input such as providing the username, password and path. We’ll show you the step-by-step instructions on how to create a full backup using Clonezilla and save the image to another computer in a network.

Downloading Clonezilla

Downloading Clonezilla can be a bit confusing if you are not familiar with Linux OS or CPU architecture because there is a total of 10 different ISO/ZIP files to download due to the different combination between branch, version and architecture builds. There is no need to worry on running the wrong version because Clonezilla will simply inform you that it is unable to boot.

clonezilla unable to boot

First of all, you should choose the stable branch because the testing branch is beta and is most likely to have some bugs. As for choosing between Debian or Ubuntu based, you should go for Ubuntu if you need the latest hardware support. The i386 or i586 version has the best compatibility to work on most computers but it is the slowest due to the single core, single processor support.

Download Clonezilla

Installing Clonezilla

You can run Clonezilla either from a CD/DVD or USB flash drive. If your computer is unable to boot from USB, then you can use the CD/DVD medium instead.

To run Clonezilla from a USB flash drive, you can use a free tool called Tuxboot to create a bootable live USB. If you haven’t download Clonezilla, Tuxboot has the ability to automatically download the current version of Clonezilla. Alternatively, you can also select the “Pre Downloaded” option and browse for the Clonezilla ISO file. Select the USB flash drive from the list and click OK which will install Clonezilla into the drive.

tuxboot

To install Clonezilla onto a disc, you’ll need to download the ISO file type and use any of the 10 software mentioned in this article to burn the ISO file to an empty disc.

How to Boot Up The Computer with Clonezilla

1. The first step is to boot up the computer using the CD/DVD or USB flash drive with Clonezilla installed. You can refer to the on-screen instructions when starting up your computer where it will tell you the key to press to select the boot method.

select boot device

The example above tells me to press the F12 key to select the boot device. After hitting the F12 key, I get a simple menu to select which boot device such as Floppy, CD-ROM, DVD, USB that I’d like to use to boot up the computer. If you’ve installed Clonezilla onto USB, then you’ll need to choose the USB option in the boot menu.

2. If you’ve done it correctly, you should see a Clonezilla menu like the screenshot below. There are a few options to choose from but the first one with default settings would normally work on most computers.

clonezilla live

Note: If Clonezilla fails to create or restore the backup, you should use the Memtest option to check for memory problems on the computer. A bad memory can cause all sorts of weird problems on the computer.

How to Back Up the Computer with Clonezilla

The default options for the first four steps would work most of the time. Simply press the Enter key to select:

1. “English” as language

2. “Don’t touch keymap” for keyboard mappings

3. “Start_Clonezilla” to run Clonezilla instead of entering the command line promp

4. “device-image” to create a backup image of your hard drive. The second option device-device is to clone/restore disk to disk or partition to partition.

5. This step in assigning where the Clonezilla image will be saved is very important. The first option local_dev which is selected by default is to save the backup image to a hard drive that is locally connected to the computer. In this article we’ll be looking at saving the backup image to a remote computer located in the same local area network using SSH and Samba server.

mount clonezilla image directory

Backup Image to SAMBA Server

If you’d like to save the backup image to another computer on the network running the Windows operating system, you should select the “Use SAMBA server” option. SAMBA is a networking protocol that can interoperate between Linux/Unix servers and Windows-based clients. Clonezilla runs on the Linux operating system while you want to connect to a Windows computer, making SAMBA the perfect option.

1. Select samba_server option and press Enter.

2. Most if not all home-based routers have the DHCP service enabled. This allows a computer connected to the network to automatically obtain a usable IP address. DHCP is selected by default so just press Enter to continue.

3. The next step is to enter the target IP address of the remote computer that you’ll be saving the image to.

mount ip address

4. If the remote computer is a normal Windows workstation, you can select the Cancel button. Press the TAB key twice to select the cancel button and press Enter.

5. Now you’ll need to specify the user account name that has write permission to the shared folder where the image will be saved on the remote computer.

6. Next is to specify the path to save the image.

clonezilla save directory

You’ll need to enter the relative path to the shared folder. You can find out the relative path by opening a Windows Explorer or press the WIN+E key, go to the address bar located at the top or press ALT+D to get there automatically, and type double backslash followed by the IP address of the remote computer. For example:

\\192.168.2.13

If you’re prompted to enter a username and password, enter the user account login that has write permission to the folder where you want to save the backup image. Now go to the folder where you want to store the backup image. When you’re there, press Alt+D again to see the full path of the directory. The relative path that I will need to enter in Clonezilla is \Users\Raymond\backup.

clonezilla relative path

7. Select “auto Use system default” option for security mode and press Enter.

8. You will now be asked to enter the password for the username that you’ve entered in step 5.

9. If you’ve got it right, you should see the file system disk space usage like what is shown at the screenshot below.

file system disk space usage

If you’ve entered an incorrect user account or the wrong path, you’ll see a message saying “Clonezilla image home directory /home/partimag is not a mounting point! Failed to mount other device as /home/partimag!“. If this is the case, you can go back to the mounting options by pressing the N key until you get a choose mode to select rerun1.

10. Once you’ve get passed the mounting options, select the Beginner mode.

11. At the next step, you can select either to save the entire disk or partition as image. If you’d like a full backup of your hard drive, choose savedisk and press Enter.

12. You can now input a name for the saved image. By default it uses a combination of year, month date and hour as the name of the folder. Press Enter to continue.

13. If you only have a single hard drive, then press the Enter key to continue. Otherwise you can choose the hard drive that you want to backup.

clonezilla select disk backup

14. You can optionally check and repair the file system before saving it. We’d recommend to skip this part by selecting the first option.

15. Choose the first option to check the saved image and press Enter. This is a safety precaution to be sure that the saved images can be restored in future.

16. If you need to password protect the image so that only the person with the correct password can restore the image, select the second option. Otherwise, choose the first option and click OK.

17. Press Enter to continue followed by the Y key to confirm saving the hard drive to image.

clonezilla backup process

Backup Image to SSH Server

The good thing about backing up the image to a Windows shared folder is you don’t need to install any third party software on the remote computer. All you need to do is configure the proper permission on the shared folder and get the absolute path correct in Clonezilla. However some people might find it hard to mount a Windows shared server correctly and perhaps would find it slightly easier connecting to a SSH server.

You will need to install a SSH server software on the computer where the image will be saved to. We recommend Bitvise SSH Server personal edition (previously known as WinSSHD) which is free for non-commercial users.

1. Download Bitvise SSH Server

2. Run the setup installer, tick the “I agree to accept all the terms of this License Agreement” checkbox and click on the Install button.

3. Select Personal edition and click OK.

bitvise ssh server personal edition

4. Fill in the name, last name and click OK.

5. When the installation has been completed, click the OK button to close the window and restart the computer. Bitvise SSH Server service will automatically run whenever the computer boots up.

Your SSH Server setup is complete and is ready to accept a connection from Clonezilla to save the image to the remote computer. On the computer that you want to create the backup image, follow the steps 1-5 from the “How to Back Up Computer with Clonezilla” and select ssh_server instead of samba_server.

clonezilla ssh server

1. Select dhcp and press Enter.

2. Enter the IP address of the server running SSH service.

3. Leave the port as 22 and press Enter. Port 22 is the default port for SSH and you only need to change it if you’ve configured a different port on the server.

4. Enter the user account name with write permission. The default setting of the Bitvise SSH Server allows login using the Windows user account. An advantage in using SSH server option in Clonezilla is there is no need to specially configure a shared folder with write permissions to store the backup image file. As long as the local user account is able to read and write a folder on the computer, then you can use it as a backup path to transfer the backup image.

5. Now it comes to the part where you’ll have to specify the directory where the Clonezilla image will be saved to. You will need to enter an absolute path, meaning the full path recognized by Windows operating system. An example is C:\backup.

ssh mount absolute path

The remaining steps are the same as shown previously in backing up image to SAMBA server from step 8.

How to Restore Computer with Clonezilla

The steps to restore a computer using a backup image created with Clonezilla is pretty much the same as the backup instructions. When Clonezilla detects the backup image files in the specified path, then there will be additional options such as “restoredisk” and “restoreparts” in the menu.

clonezilla restore

17 Comments - Write a Comment

  1. Felipe 6 years ago
    • Nikhil Pagnis 5 years ago
  2. reetesh 9 years ago
  3. Hacyran 13 years ago
  4. Danny 14 years ago
  5. cory 14 years ago
  6. cc 14 years ago
  7. jeff 14 years ago
  8. rodwell 14 years ago
  9. Pedro Veloso 15 years ago
  10. Margono 15 years ago
  11. Ed 15 years ago
  12. David 15 years ago
  13. Firas 15 years ago
  14. lightwave3d 15 years ago
  15. Hon tap 15 years ago
  16. shootingspy 15 years ago

Leave a Reply

Your email address will not be published. Required fields are marked *

Note: Your comment is subject to approval. Read our Terms of Use. If you are seeking additional information on this article, please contact us directly.