From 9ce174d4edc7bd00ec1d3a4414788347ffca6db2 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Wed, 3 Feb 2010 10:08:37 +1100 Subject: [PATCH] don't backup the gitk cache file --- backup_next | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backup_next b/backup_next index 6068faf..5ac047c 100755 --- a/backup_next +++ b/backup_next @@ -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/ -- 2.39.2