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:
Laurent Cozic 2013-11-24 17:23:00 +08:00
parent d31b689f6b
commit b8fb75bbc0

View file

@ -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"