Complete adjustinf rsync arguments.

This commit is contained in:
Christoph 2020-09-04 14:04:54 +02:00
parent e656e49d81
commit 1f80223217

View File

@ -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.