From d7811f72adc6e170361dd9007e5ce68bcfe3668b Mon Sep 17 00:00:00 2001 From: sainaen Date: Mon, 26 Jun 2017 18:00:57 +0300 Subject: [PATCH] Clarify how 'move' may use server side copying --- docs/content/docs.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/content/docs.md b/docs/content/docs.md index 36ff902c0..deeaf53a2 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -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.