From 0d85c673573f08a476df5270c416bb34f17a502e Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 13 Dec 2005 14:41:40 +0100 Subject: [PATCH] Removed comment, added quoting --- ccollect.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ccollect.sh b/ccollect.sh index af39e8c..a305ad1 100755 --- a/ccollect.sh +++ b/ccollect.sh @@ -264,7 +264,6 @@ while [ "$i" -lt "$no_shares" ]; do # only copy if a directory exists if [ "$last_dir" ]; then - # echo cp -al "$last_dir" "$destination_dir" cp $VERBOSE -al "$last_dir" "$destination_dir" else mkdir "$destination_dir" @@ -280,7 +279,7 @@ while [ "$i" -lt "$no_shares" ]; do # options stolen shameless from rsnapshot # - rsync -a $VERBOSE --delete --numeric-ids --relative --delete-excluded \ + rsync -a "$VERBOSE" --delete --numeric-ids --relative --delete-excluded \ "$EXCLUDE" "$source" "$destination_dir" if [ $? -ne 0 ]; then