Complete adjustinf rsync arguments.
This commit is contained in:
parent
e656e49d81
commit
1f80223217
@ -178,6 +178,13 @@ rsync_progArgs="
|
|||||||
--delete-excluded
|
--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
|
## - force to create level 1 backups. the backups are not cascaded, they
|
||||||
## - all are direct related to the complete one.
|
## - all are direct related to the complete one.
|
||||||
|
Loading…
Reference in New Issue
Block a user