Rsync with ssh on Synology NAS: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * rsync =Overview=")
 
Line 4: Line 4:


=Overview=
=Overview=
The rsync path on the Synology NAS server has to be explicitly specified:
rsync -avzhe ssh --rsync-path=/usr/syno/bin/rsync root@192.168.1.2:/volume1/tmp ./backups

Revision as of 01:30, 9 December 2018

Internal

Overview

The rsync path on the Synology NAS server has to be explicitly specified:

rsync -avzhe ssh --rsync-path=/usr/syno/bin/rsync root@192.168.1.2:/volume1/tmp ./backups