From 400aca3f47b5b52b58077e30c8c2d0fa9921034e Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Sun, 7 Oct 2012 15:15:11 +0200 Subject: [PATCH] scripts/debian/sync-dd: add two missing backslashes --- scripts/debian/sync-dd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/debian/sync-dd b/scripts/debian/sync-dd index 5554623f..93eae7da 100755 --- a/scripts/debian/sync-dd +++ b/scripts/debian/sync-dd @@ -70,8 +70,8 @@ trap cleanup EXIT TERM HUP INT QUIT # Also, NEVER use --delete-excluded! if lockfile -r3 "${lockfile}"; then - rsync -aH -B8192 - ${extra1} + rsync -aH -B8192 \ + ${extra1} \ --exclude "/backup/*.xz" \ --exclude "/backup/dump*" \ --exclude "/database/*.db" \ -- 2.39.2