Skip to content

Commit

Permalink
rsyncPreArgs feature ready and tested
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchus committed Feb 3, 2016
1 parent e089633 commit fe36372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ribs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ $a_backupHosts = array(
'excludes' => '',
'limits' => array('hourly' => 24), // because this is backed up every hour
'pre_command' => '/usr/bin/ssh my_host.example.com "/usr/share/init_backup.sh"',
'rsyncPreArgs' => '--rsync-path=/usr/syno/bin/rsync',//needed to synology
'rsyncPreArgs' => '--rsync-path=/usr/syno/bin/rsync',
),
'small_host' => array(
'enabled' => false,
Expand Down

0 comments on commit fe36372

Please sign in to comment.