Restarting Synology Backup Scheduler for your end user - Resellers

Restarting Synology Backup Scheduler for your end user - Resellers

If an end user backup is missing the schedule and runs directly on a Synology, you can give the scheduler a restart by following these steps while logged into the NAS.

STEP 1 - Open PowerShell
Press Windows key + X and select Terminal or PowerShell

STEP 2 - Connect to the NAS
Type the following and press Enter:
    ssh admin@192.168.1.x
(replace the IP with the actual NAS IP address)
Enter the password when prompted.

STEP 3 - Check if the scheduler is running
Type the following and press Enter:
    ps -ef | grep java
If you see a java process listed, it is running.
If you only see the grep line itself, it is not running.

STEP 4 - Stop the scheduler
Type the following and press Enter:
    touch /volume1/@appstore/SDSLOBM/obm/ipc/Scheduler/stop
(please note, if yours is branded instead of SDSLOBM, it will be the brand nameOBM, eg ACMEOBM)

STEP 5 - Start the scheduler
Type the following and press Enter:
    /volume1/@appstore/SDSLOBM/obm/bin/Scheduler.sh

(please note, if yours is branded instead of SDSLOBM, it will be the brand nameOBM, eg ACMEOBM)

STEP 6 - Confirm it is running
Type the following and press Enter:
    ps -ef | grep java
You should now see the java process listed, confirming the scheduler is running.

STEP 7 - Disconnect from the NAS
Type the following and press Enter:
    exit

    • Related Articles

    • Creating an account as a reseller - Cloud Backup PLUS

      Cloud Backup PLUS is the name we have given to to the reseller version of our new product SAFE Backup PLUS. To create an account on Cloud Backup PLUS for one of your clients, please login to your portal. The default address for this can be found here ...
    • Branding for our resellers - Cloud Backup PLUS

      To be able to brand the Cloud Backup PLUS client for you, we will need the following 1. Product Name to go here 2. Company Name = 3. Help URL (support or website address) 4. Server address – subdomain.onlinedatastorageuk.co.uk ...
    • Downloading and Installing the client as a reseller - Cloud Backup PLUS

      Cloud Backup PLUS is the name we have given to the reseller version of our new product SAFE Backup PLUS. Once you have created the account for your customer, you will need to download and install the client on their machine. Please connect to your ...
    • Creating a backup for a customer – Cloud Backup

      Login to your backup portal (https://partners.onlinedatastorageuk.co.uk/ - unless you have you own branding added) and go to “customers” on the left then “Add Customer”. You will then need to select the plan, for Cloud Backup PLUS please see this ...
    • Schedule changes for Cloud Backup PLUS accounts – Cloud Backup PLUS

      If you ever need to add, change, or completely remove the schedule for a protected iten. You can do this inside the Reseller Portal. Navigate to the account you want to change the schedule for via the search bar, or the “customers” option in the ...