forked from TrueCloudLab/rclone
Clarify how 'move' may use server side copying
This commit is contained in:
parent
aa20486485
commit
d7811f72ad
1 changed files with 4 additions and 2 deletions
|
@ -194,8 +194,10 @@ Remotes which don't support server side copy **will** download and
|
||||||
re-upload in this case.
|
re-upload in this case.
|
||||||
|
|
||||||
Server side copies are used with `sync` and `copy` and will be
|
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
|
identified in the log when using the `-v` flag. The `move` command
|
||||||
with `move` if the remote doesn't support server side move.
|
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
|
Server side copies will only be attempted if the remote names are the
|
||||||
same.
|
same.
|
||||||
|
|
Loading…
Add table
Reference in a new issue