mirror of
https://github.com/laurent22/rsync-time-backup
synced 2025-03-04 06:47:14 +00:00
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:
parent
56a3a89866
commit
41427964ac
6 changed files with 3 additions and 1 deletions
|
@ -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
1
test/dest
Normal file
|
@ -0,0 +1 @@
|
|||
6196 with/backup.inprogress
|
0
test/dest with/2016-10-01-134257/123.txt
Normal file
0
test/dest with/2016-10-01-134257/123.txt
Normal file
0
test/dest with/backup.marker
Normal file
0
test/dest with/backup.marker
Normal file
1
test/dest with/latest
Symbolic link
1
test/dest with/latest
Symbolic link
|
@ -0,0 +1 @@
|
|||
2016-10-01-134257
|
0
test/soure with spaces/123.txt
Normal file
0
test/soure with spaces/123.txt
Normal file
Loading…
Add table
Reference in a new issue