[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Excluding more directories from syncing.



Signed-off-by: Torsten Werner <twerner@debian.org>
---
 config/homedir/syncdd.sh |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/config/homedir/syncdd.sh b/config/homedir/syncdd.sh
index 3f6629c..570e346 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 \
-- 
1.7.2.5


Reply to: