mirror of
https://github.com/laurent22/rsync-time-backup
synced 2024-12-14 22:22:38 +00:00
Removed dangerous and unneeded delete flags.
Since there's normally nothing in the destination directory, the delete flags are not really needed.
This commit is contained in:
parent
d31b689f6b
commit
b8fb75bbc0
1 changed files with 0 additions and 2 deletions
|
@ -210,8 +210,6 @@ while [ "1" ]; do
|
|||
CMD="$CMD --numeric-ids"
|
||||
CMD="$CMD --links"
|
||||
CMD="$CMD --hard-links"
|
||||
CMD="$CMD --delete"
|
||||
CMD="$CMD --delete-excluded"
|
||||
CMD="$CMD --one-file-system"
|
||||
CMD="$CMD --archive"
|
||||
CMD="$CMD --itemize-changes"
|
||||
|
|
Loading…
Reference in a new issue