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

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

1
test/dest Normal file
View file

@ -0,0 +1 @@
6196 with/backup.inprogress

View file

View file

1
test/dest with/latest Symbolic link
View file

@ -0,0 +1 @@
2016-10-01-134257

View file