]> git.decadent.org.uk Git - dak.git/commitdiff
scripts/debian/sync-dd: add two missing backslashes
authorAnsgar Burchardt <ansgar@debian.org>
Sun, 7 Oct 2012 13:15:11 +0000 (15:15 +0200)
committerAnsgar Burchardt <ansgar@debian.org>
Sun, 7 Oct 2012 13:15:11 +0000 (15:15 +0200)
scripts/debian/sync-dd

index 5554623f3efd08b718472b62715d6a6af1b66a8a..93eae7da110f84a288bf5f7529399d2446726ac0 100755 (executable)
@@ -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" \