From cea1745e465bb07e1da19ffe6d97384ee3bf2a70 Mon Sep 17 00:00:00 2001
From: Torsten Werner <twerner@debian.org>
Date: Sun, 3 Apr 2011 11:14:13 +0200
Subject: [PATCH] Do not sync any lock files.

Signed-off-by: Torsten Werner <twerner@debian.org>
---
 config/homedir/syncdd.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/config/homedir/syncdd.sh b/config/homedir/syncdd.sh
index 570e3469..07c4bc51 100755
--- a/config/homedir/syncdd.sh
+++ b/config/homedir/syncdd.sh
@@ -83,8 +83,7 @@ if lockfile -r3 ${HOME}/sync.lock; then
         --exclude morgue/ \
         --exclude=lost+found/ \
         --exclude .da-backup.trace \
-        --exclude lock/new/ \
-        --exclude lock/stages/ \
+        --exclude lock/ \
         --exclude queue/holding/ \
         --exclude queue/newstage/ \
         --exclude queue/unchecked/ \
-- 
2.39.5