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:
@@ -210,8 +210,6 @@ while [ "1" ]; do
|
|||||||
CMD="$CMD --numeric-ids"
|
CMD="$CMD --numeric-ids"
|
||||||
CMD="$CMD --links"
|
CMD="$CMD --links"
|
||||||
CMD="$CMD --hard-links"
|
CMD="$CMD --hard-links"
|
||||||
CMD="$CMD --delete"
|
|
||||||
CMD="$CMD --delete-excluded"
|
|
||||||
CMD="$CMD --one-file-system"
|
CMD="$CMD --one-file-system"
|
||||||
CMD="$CMD --archive"
|
CMD="$CMD --archive"
|
||||||
CMD="$CMD --itemize-changes"
|
CMD="$CMD --itemize-changes"
|
||||||
|
|||||||
Reference in New Issue
Block a user