Rsync with ssh on Synology NAS: Difference between revisions
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
The rsync path on the Synology NAS server has to be explicitly specified with [[Rsync#--rsync-path|--rsync-path]]: | The rsync path on the Synology NAS server has to be explicitly specified with [[Rsync#--rsync-path|--rsync-path]]: | ||
<syntaxhighlight lang='bash'> | |||
rsync [--protect-args] --rsync-path=/usr/syno/bin/rsync -avzhe ssh root@192.168.1.4:/volume1/tmp ./local-dir | |||
</syntaxhighlight> |
Revision as of 18:19, 24 July 2021
Internal
Overview
The rsync path on the Synology NAS server has to be explicitly specified with --rsync-path:
rsync [--protect-args] --rsync-path=/usr/syno/bin/rsync -avzhe ssh root@192.168.1.4:/volume1/tmp ./local-dir