Removed --archive flag and replaced it with the actual options, to make it clear what's happening. Also removed --verbose

This commit is contained in:
Laurent Cozic
2016-10-01 13:48:30 +01:00
parent 56a3a89866
commit 41427964ac
6 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ SRC_FOLDER=""
DEST_FOLDER=""
EXCLUSION_FILE=""
RSYNC_FLAGS="--compress --numeric-ids --links --hard-links --one-file-system --archive --itemize-changes --verbose"
RSYNC_FLAGS="-D --compress --numeric-ids --links --hard-links --one-file-system --itemize-changes --times --recursive --perms --owner --group"
while :; do
case $1 in