From 18967926c5d8ab7ce3b42e54fb9737767134d42e Mon Sep 17 00:00:00 2001 From: Rodrigo Campos Date: Thu, 18 Nov 2010 12:42:34 -0300 Subject: [PATCH] Remove uneeded rsync flag rsync --delete-excluded was needed when cp was used to create the hardlinks. Now that rsync creates them, it is not needed anymore. Signed-off-by: Rodrigo Campos --- bacap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacap b/bacap index 5b74c5e..59b2703 100755 --- a/bacap +++ b/bacap @@ -127,7 +127,7 @@ do perror "$host is down, skipping..." && continue [ -r "$exclude" ] && - extra_flags="--exclude-from=$exclude --delete-excluded" + extra_flags="--exclude-from=$exclude" [ -r "$include" ] && extra_flags="$extra_flags --include-from=$include" plog "Running rsync..." -- 2.43.0