diff --git a/conf/rcopy.conf.sample b/conf/rcopy.conf.sample index 5da0fe1..fbe31ab 100644 --- a/conf/rcopy.conf.sample +++ b/conf/rcopy.conf.sample @@ -178,6 +178,13 @@ rsync_progArgs=" --delete-excluded " +## - Note: +## - If backup device is on remote host, then rsync needs arguments: +## - +if $remote_disk ; then + rsync_progArgs="--omit-link-times --munge-links $rsync_progArgs" +fi + ## - force to create level 1 backups. the backups are not cascaded, they ## - all are direct related to the complete one.