1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-15 15:53:41 +00:00

Allow overlapping remotes in move when DirMove is supported

This commit is contained in:
Nick Craig-Wood
2016-10-22 17:53:52 +01:00
parent 50b3cfccb1
commit 2058652fa4
3 changed files with 14 additions and 7 deletions

View File

@@ -15,7 +15,8 @@ var commandDefintion = &cobra.Command{
Short: `Move files from source to dest.`,
Long: `
Moves the contents of the source directory to the destination
directory. Rclone will error if the source and destination overlap.
directory. Rclone will error if the source and destination overlap and
the remote does not support a server side directory move operation.
If no filters are in use and if possible this will server side move
` + "`" + `source:path` + "`" + ` into ` + "`" + `dest:path` + "`" + `. After this ` + "`" + `source:path` + "`" + ` will no