From: Ansgar Burchardt Date: Sun, 7 Oct 2012 13:15:11 +0000 (+0200) Subject: scripts/debian/sync-dd: add two missing backslashes X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=400aca3f47b5b52b58077e30c8c2d0fa9921034e scripts/debian/sync-dd: add two missing backslashes --- 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" \