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:
+1
-1
@@ -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
|
||||
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
2016-10-01-134257
|
||||
Reference in New Issue
Block a user