I've got some progress by adding an "-e" option to the command.
Code
rsync -av --delete --numeric-ids -e "ssh -p 8822 -i /var/lib/openmediavault/ssh/keys/BACKUP_KEY" root@source.duckdns.org:/srv/dev-disk-by-label-SOURCE/SOURCE_FOLDER/ /srv/dev-disk-by-label-DESTINATION/.
It goes through the whole rsync process, but no file is copied. The output is like this:
Code
receiving incremental file list
sent 789 bytes received 355,234 bytes 64,731.45 bytes/sec
total size is 33,212,732,677 speedup is 93,288.17
What am I doing wrong, can someone help me on this?
Thanks,
Patrick