From 1f80223217d72b3bbd2b174a9b40c9fa9bdf1d3e Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 4 Sep 2020 14:04:54 +0200 Subject: [PATCH] Complete adjustinf rsync arguments. --- conf/rcopy.conf.sample | 7 +++++++ 1 file changed, 7 insertions(+) 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.