Setting up a Backup Service on your Synology NAS - SAFE Backup PLUS

Setting up a Backup Service on your Synology NAS - SAFE Backup PLUS

In order for SAFE Backup PLUS to start after a system reboot, you must configure this script to be run on system boot. 

Navigate to the Control Panel and search for the Task Scheduler. Proceed to create a Triggered Task and select the User-defined script.

Name the Task "Backup" and click on Task Settings


Enter this command in the Run Command Section and save the task by clicking on OK - 
#!/bin/bash
/opt/SAFEBackupPLUS/backup-daemon-start-background.sh

You can check that the service is running by logging in as root by using the command "sudo -i", then use the command "ps aux | grep -i backup*"


You can see that the command is running.



    • Related Articles

    • What is SAFE Backup PLUS

      SAFE Backup PLUS is an updated and improved version of our Safe Backup service but stripped back to maximize performance on the features that you need most from a backup product Have a look at what SAFE Backup PLUS can give you Deduplication Built in ...
    • Resetting your password – SAFE Backup PLUS

      You can reset your password from the SAFE Backup PLUS client, but you will need to enter your current password to do this. If you have forgotten your password please call us. Login to the client, select “Settings” to the left, then “Account” to the ...
    • Setting up reports - SAFE Backup PLUS

      Login to your backup account and select the ellipses top right, and then select "Settings": In the Settings window select the "Reporting" tab and select the "+" button to add. Then enter the email address you want reports to go to in the window that ...
    • Installing on a Synology NAS - SAFE Backup PLUS

      The installer will: Install the software into a branded /opt/SAFEBackupPLUS/ subdirectory Prompt you for an initial username and password Register the current Linux device into that backup account Start running backup client in the background. Enable ...
    • Installing Safe Backup Plus on Synology (New) - Safe Backup Plus

      Safe Backup Plus DSM 6 only: Installation of packages published by any publisher must be allowed before Safe Backup Plus can be installed. This setting can be enabled from the Package Center; in Settings > General > Trust Level, select the "Any ...