I am not sure where to ask this question but I'll ask here first.
I've got a Synology DS211 server and I am trying to run cron jobs but it is not working.
This is the code I got in the crontab file
10 19 4 * * root /opt/bin/openssh-scp user@remote-server:/home/user/Backup/backup.tar.gz /volume1/Backup/
However it is not running.
I am able to run commands with /opt/bin/openssh-scp
directly, but not with cron
Is there anything I am doing wrong?