From: Stephen Rothwell Date: Tue, 2 Feb 2010 23:08:37 +0000 (+1100) Subject: don't backup the gitk cache file X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=9ce174d4edc7bd00ec1d3a4414788347ffca6db2;p=next-scripts don't backup the gitk cache file --- 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/