From 049bdb921629081fc7e9711597a6cc69c380e312 Mon Sep 17 00:00:00 2001 From: Bruno TATU Date: Tue, 9 Jun 2020 10:59:23 +0200 Subject: [PATCH] add --relative to rsync from zzz_evobackup --- zzz_evobackup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zzz_evobackup b/zzz_evobackup index e722d44..d60f56d 100755 --- a/zzz_evobackup +++ b/zzz_evobackup @@ -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" \