]> git.ozlabs.org Git - next-scripts/commitdiff
don't backup the gitk cache file
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 2 Feb 2010 23:08:37 +0000 (10:08 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 2 Feb 2010 23:08:37 +0000 (10:08 +1100)
backup_next

index 6068fafbd73fd69a7c157cdb032ac0d38e449a81..5ac047cc22fb584a8446b2e75de953f3d8c95a6b 100755 (executable)
@@ -3,7 +3,8 @@
 host="fs"
 [ "$1" ] && host="$1"
 
-rsync -avHP --include next/.git --include next/.git/'**' --exclude next/'**' \
+rsync -avHP --exclude gitk.cache \
+       --include next/.git --include next/.git/'**' --exclude next/'**' \
        --include quilt/.git --include quilt/.git/'**' --exclude quilt/'**' \
        --include next-fixes/.git --include next-fixes/.git/'**' --exclude next-fixes/'**' \
        --delete --delete-excluded next/ "$host":next/