From c674ea2fedd1c0d23031741f7d8fe4feef7cf14e Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Sat, 13 Feb 2010 10:39:39 -0600 Subject: [PATCH] Exclude conf directory from push --- push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push b/push index 3a8869c..04c3191 100755 --- a/push +++ b/push @@ -2,4 +2,4 @@ cd "$(dirname "${0}")" -rsync --archive --delete --exclude=".git" --exclude="pkg" --exclude="root" --exclude="tree" --hard-links --progress --sparse --stats --verbose ./ cyberleo@ss4200:world/ +rsync --archive --delete --exclude=".git" --exclude="conf" --exclude="pkg" --exclude="root" --exclude="tree" --hard-links --progress --sparse --stats --verbose ./ cyberleo@ss4200:world/ -- 2.42.0