X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=scripts%2Fdebian%2Fsync-dd;h=7022a5bf9f5e8a8b9a45d8376324eac3199e04f9;hb=d31ae14a9de247d47d9ff7b3f36705a58a065916;hp=5554623f3efd08b718472b62715d6a6af1b66a8a;hpb=01c3e3976cf234ca463ded32f09ea238251b0155;p=dak.git diff --git a/scripts/debian/sync-dd b/scripts/debian/sync-dd index 5554623f..7022a5bf 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" \ @@ -91,7 +91,7 @@ if lockfile -r3 "${lockfile}"; then # command for the remote side: # command="rsync --server -lHogDtpre.iLsf -B8192 --timeout=3600 --delete-after . /srv/ftp-master.debian.org/" - rsync -avH -B8192 \ + rsync -aH -B8192 \ --exclude mirror \ --exclude rsync/ \ --exclude lost+found \