add --relative to rsync from zzz_evobackup

This commit is contained in:
Bruno TATU 2020-06-09 10:59:23 +02:00
parent 505e0f7f53
commit 049bdb9216
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ if [ "${SYNC_TASKS}" = "1" ]; then
# ignore check because we want it to split the different arguments to $rep
# shellcheck disable=SC2086
rsync -avzh --stats --delete --delete-excluded --force --ignore-errors --partial \
rsync -avzh --relative --stats --delete --delete-excluded --force --ignore-errors --partial \
--exclude "lost+found" \
--exclude ".nfs.*" \
--exclude "/var/log" \