Rsync with ssh on Synology NAS: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
=Overview= | =Overview= | ||
The rsync path on the Synology NAS server has to be explicitly specified: | The rsync path on the Synology NAS server has to be explicitly specified with [[Rsync#--rsync-path|--rsync-path]]: | ||
rsync -avzhe ssh --rsync-path=/usr/syno/bin/rsync root@192.168.1.2:/volume1/tmp ./backups | rsync -avzhe ssh --rsync-path=/usr/syno/bin/rsync root@192.168.1.2:/volume1/tmp ./backups |
Revision as of 01:31, 9 December 2018
Internal
Overview
The rsync path on the Synology NAS server has to be explicitly specified with --rsync-path:
rsync -avzhe ssh --rsync-path=/usr/syno/bin/rsync root@192.168.1.2:/volume1/tmp ./backups