From: Torsten Werner Date: Thu, 31 Mar 2011 17:23:21 +0000 (+0200) Subject: Excluding more directories from syncing. X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=sidebyside;h=bc54a443b29bbc3d4f943f40fa9bb86631d8db54;p=dak.git Excluding more directories from syncing. Signed-off-by: Torsten Werner --- diff --git a/config/homedir/syncdd.sh b/config/homedir/syncdd.sh index 3f6629c7..570e3469 100755 --- a/config/homedir/syncdd.sh +++ b/config/homedir/syncdd.sh @@ -83,7 +83,12 @@ if lockfile -r3 ${HOME}/sync.lock; then --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 \