How to stop the running backup
Enable SSH on your Synology NAS.
Using Terminal or Putty https://www.putty.org/, navigate to this path ‘/volume_id/@appstore/serverbackup/.obm/ipc/BackupSet/backup-set-id’
If there is a file named ‘running’, delete it. Then, restart the scheduler service.
Note: If the “.obm” folder is hidden, you must configure the NAS to display hidden files/directories.
If using terminal or Putty, you should use “ls -a” command to list hidden files/directories.
Try to connect to the NAS again using terminal or Putty, then run the following commands:
- cd /volume_id/@appstore/serverbackup
- ls -a (you should see .obm)
- cd /volume_id/@appstore/serverbackup/.obm/ipc/BackupSet/backup-set-id
- ls -a
- rm * (this will delete all the ‘running’ files in the IPC directory. After running the command, run ls -a again to verify that the files are deleted.)
- Once the “running” file has been removed, restart the scheduler service (see below).
How to manually stop the scheduler service:
Run this command.
touch /volume1/@appstore/serverbackup/.obm/ipc/Scheduler/stop
How to start the scheduler service:
Run this command.
/volume1/@appstore/product name/.obm/bin/Scheduler.sh