X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config%2Fhomedir%2Fsyncdd.sh;h=570e3469609d7d481a96e9876a990864bb26a586;hb=4677ae180510b43fe80f9aa2e4a9da43e453c619;hp=9260e76402b32162cabed1fc6158b2e75f9dd104;hpb=e1156b3b857f5496a299e621d291cff0ba957d23;p=dak.git diff --git a/config/homedir/syncdd.sh b/config/homedir/syncdd.sh index 9260e764..570e3469 100755 --- a/config/homedir/syncdd.sh +++ b/config/homedir/syncdd.sh @@ -77,13 +77,18 @@ if lockfile -r3 ${HOME}/sync.lock; then rsync -aH -B8192 \ --exclude backup/*.xz \ --exclude backup/dump* \ - --exclude database/*.db \ + --exclude database/\*.db \ ${EXTRA} \ --exclude mirror \ --exclude morgue/ \ --exclude=lost+found/ \ --exclude .da-backup.trace \ + --exclude lock/new/ \ --exclude lock/stages/ \ + --exclude queue/holding/ \ + --exclude queue/newstage/ \ + --exclude queue/unchecked/ \ + --exclude tmp/ \ --delete \ --delete-after \ --timeout 3600 \