Use Veeam to Back up Linux PCs to a Synology NAS

  • Post author:WunderTech
  • Post last modified:November 2, 2022
  • Post category:Linux
  • Reading time:12 mins read

In this tutorial, we are going to look at how to use Veeam to back up Linux PCs to a Synology NAS. The SMB share will be hosted on a Synology NAS and after the backup is successful, we will look at restoring individual files/doing a bare-metal restore.

Before we get started, if your destination is a Synology NAS (like mine is), you need to ensure that SMB3 is enabled.

The tutorial below is for the Debian/Ubuntu operating system. Though the process is the same, the commands you will need to run are different. You can find those commands here.

Use Veeam to Back up Linux PCs to a Synology NAS

1. Open File Services and access the Advanced Settings of the SMB share.

synology smb settings

2. Ensure that the Maximum SMB Protocol is set as SMB3.

Use Veeam to Back up Linux PCs to a Synology NAS - smb settings

3. You will also need to ensure that the cifs-utils package is installed on your Linux PC.

sudo apt-get install cifs-utils
installing cifs utilities

Installation Instructions – Veeam Backup for Linux

1. Navigate to the Veeam website download page and download the Veeam Agent for Linux FREE.

veeam download

2. You will need to create a free account. When you are logged in, select the operating system you will be using (in my case, Ubuntu) and an architecture. Select Get Link and then Download, and download the file to your ~/Downloads folder.

veeam download page

3. After the package is downloaded, navigate to the Downloads folder, set yourself as the root user, and then extract the package.

cd Downloads
sudo su
dpkg -i ./veeam-release* && apt-get update
navigating to veeam install file

4. Install Veeam.

sudo apt install veeam
veeam install on linux

Veeam Configuration Instructions

1. Now that Veeam is installed, we can configure it. Enter the command below to access the configurator.

veeam
running veeam

2. You must accept the terms and press enter.

license agreement

3. You will be asked to patch the drivers into the recovery ISO. I have tested this, and it has never worked for me, but your mileage may vary. In a later step, I will go over how to use the default Veeam recovery ISO. Press enter to skip this step.

4. The next step will ask you to install a license. If you have a license, you can browse to the location and install it. If you don’t have a license, you can press enter to skip this step.

5. You will now be brought to the main screen to access/configure your Veeam installation. Press C to create your backup job.

veeam main screen in linux

6. You will now need to configure a few settings:

  • Name: give your backup job a name and press enter.
  • Backup Mode: select the backup mode you’d like to use. I will be backing up my entire machine.
  • Destination: At this step, I will be backing up my system to a Synology NAS’s SMB share. If you’re backing up your system locally, select Local. Press Enter.
  • Network: Select SMB (if you’re using SMB), and enter the information requested. If you don’t have a domain, leave it blank.
  • Advanced: If you’d like to enable any advanced options (like backup encryption), you can do it here.
  • Schedule: Specify when the backup job should run. I will be running this backup job daily at 6:00 AM.
job schedule for veeam

7. You will then receive a confirmation page. Select Finish.
8. Your backup job will now run.

veeam progress

Recover Backup Files – Use Veeam to Back up Linux PCs to a Synology NAS

Veeam gives you the option of mounting your backup to a local folder and navigating/restoring the files.

1. At the Veeam backup page, press R to recover files.

veeam success

2. You will then need to select your backup and the restore point.

3. You will receive a message stating that your backup has been mounted to a local folder.

backup mounted

4. You can now navigate and restore files from that mounted folder!

accessing backup

Bare-Metal Restore – Use Veeam to Back up Linux PCs to a Synology NAS

Veeam gives you the option of completing a bare-metal restore using recovery media.

1. Navigate to the Veeam download page, log in, and select your operating system.

2. At the bottom of the page, you will see an Additional Downloads section that has the Veeam recovery media. Download the ISO image.

veeam linux recovery media download

3. After the ISO image is downloaded, you will need to create a bootable USB drive and boot your PC from the USB drive. I will be using a virtual machine to demo this functionality.

4. Accept the license and continue.

accepting terms

5. At this point, since we are doing a bare-metal restore, select restore volumes.

restoring volume

6. Since we backed up our system using SMB, we will restore using a shared folder. Select Add Shared Folder.

selecting backup

7. Enter the SMB information that we used for our backup earlier.

accessing dsm backup

8. Select the directory and backup file.

finding veeam backup

9. Select the restore point you’d like to restore from and select enter.

10. Select the drive you’d like to restore the volumes to.

selecting backup disk

11. Select Restore whole disk from…

restoring disk

12. Select the boot partition.

selecting boot disk

13. Press S to start the restore and enter to start recovery.

selecting backup disk

14. Your system will now restore. When it’s done, reboot. Your system should now be accessible!

restore progress

Conclusion – Use Veeam to Back up Linux PCs to a Synology NAS

This tutorial looked at how to use Veeam to back up Linux PCs to a Synology NAS. The Veeam Agent for Linux is the perfect backup tool. If you’re looking to simply back up files, our Rsync tutorials will show you how you can easily do that. However, if you’re looking for a backup tool that can do bare-metal restores, Veeam is it!

Thanks for checking out the tutorial on how to use Veeam to back up Linux PCs to a Synology NAS! If you have any questions on how to use Veeam to back up Linux PCs to a Synology NAS, please leave them in the comments!

WunderTech

Frank is an IT professional with 13+ years experience and the creator of WunderTech. He focuses on sharing his experience with others on computer hardware, servers, software, networking, and self-hosted apps. He has a BS in Computer Information Systems and an MBA. Learn more about Frank in his bio.

This Post Has 5 Comments

  1. Sidney

    The tutorial is excellent man, it was very helpful to me. I have been tested another solution of backup but this is surprising to me with the visual and resources.

    I give you some advice about the letter of your tutorial!
    The color black is better to see the information and use red, green, or blue to emphasize the important information, commands for example

    1. WunderTech

      I will certainly keep that in mind moving forward and truly appreciate the feedback! Thanks a lot for checking out the tutorial!

  2. kasiang

    Faced the following error on Bare-Metal Restore.
    [error] Storage version [13] is not supported for read-only access
    [error] Failed to restore file from local backup. VFS link: [Summary.xml]. Traget fil…
    [error] Agent failed to process method {DataTransfer.RestoreText}

    1. WunderTech

      Hmm, I haven’t experienced that error. Are you sure it’s able to access the data? Veeam has GREAT support, so it might be worth contacting them to see if they’ve seen it.

    2. obscure

      Hello kasiang,

      were you able to solve the problem?
      I just have the same problem and can’t find any solution

Comments are closed.