1
mirror of https://github.com/rclone/rclone synced 2024-10-31 20:16:42 +01:00

Clarify how 'move' may use server side copying

This commit is contained in:
sainaen 2017-06-26 18:00:57 +03:00 committed by Nick Craig-Wood
parent aa20486485
commit d7811f72ad

View File

@ -194,8 +194,10 @@ Remotes which don't support server side copy **will** download and
re-upload in this case.
Server side copies are used with `sync` and `copy` and will be
identified in the log when using the `-v` flag. The may also be used
with `move` if the remote doesn't support server side move.
identified in the log when using the `-v` flag. The `move` command
may also use them if remote doesn't support server side move directly.
This is done by issuing a server side copy then a delete which is much
quicker than a download and re-upload.
Server side copies will only be attempted if the remote names are the
same.