From 9ac36d7c026310b172fc4a0d58473cda7e11c61e Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Mon, 27 Oct 2008 18:25:14 +1100 Subject: [PATCH] backup the whole tools dir don't forget to delete old stuff --- backup_next | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backup_next b/backup_next index 826dfa5..062648d 100755 --- a/backup_next +++ b/backup_next @@ -2,5 +2,4 @@ rsync -avHP --include next/.git --include next/.git/'**' --exclude next/'**' \ --include quilt/.git --include quilt/.git/'**' --exclude quilt/'**' \ - --include tools/.git --include tools/.git/'**' --exclude tools/'**' \ - next/ fs:next/ + --delete --delete-excluded next/ fs:next/ -- 2.39.2