From a4dd5554a8b920ff3f2eaa0d53e7748cd078dcb2 Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Sun, 4 Apr 2010 17:08:21 -0500 Subject: [PATCH] script/push: new build node --- script/push | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/push b/script/push index 738856c..156aa99 100755 --- a/script/push +++ b/script/push @@ -7,6 +7,7 @@ trap "rm -f '${filter}'" exit hup int term kill cat < "${filter}" - /${filter} - /.git/ +- /src/backup/** - /src/conf/*/ - /src/conf/*.cpio.gz + /src/conf/*.md_size @@ -18,4 +19,4 @@ cat < "${filter}" + /** EOF -rsync --archive --delete --filter=". ${filter}" --hard-links --progress --sparse --stats --verbose ./ cyberleo@ss4200:world/ +rsync --archive --delete --filter=". ${filter}" --hard-links --progress --sparse --stats --verbose ./ cyberleo@akisha:world/ -- 2.42.0