From b0ed5e1fcb9c8bec7611ee9dee5f1e4ae1c61efe Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Mon, 22 Jun 2009 01:07:42 +0200 Subject: a --exclude really helps Signed-off-by: Joerg Jaspert --- bin/websync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/websync') diff --git a/bin/websync b/bin/websync index a6750ae..086ab44 100755 --- a/bin/websync +++ b/bin/websync @@ -168,7 +168,7 @@ RSYNC_PASSWORD=${RSYNC_PASSWORD:-""} RSYNC_PROXY=${RSYNC_PROXY:-""} # General excludes. -EXCLUDE=${EXCLUDE:-"${HOSTNAME}"} +EXCLUDE=${EXCLUDE:-"--exclude ${HOSTNAME}"} # The temp directory used by rsync --delay-updates is not # world-readable remotely. Always exclude it to avoid errors. -- cgit v1.2.3