mirror of
https://github.com/rclone/rclone.git
synced 2024-12-23 23:49:15 +01:00
parent
47d3a450a4
commit
adc156ab2a
@ -415,6 +415,12 @@ equals 1,048,576 bits/s and not 1,000,000 bits/s.
|
|||||||
|
|
||||||
The default is `bytes`.
|
The default is `bytes`.
|
||||||
|
|
||||||
|
### --track-renames ###
|
||||||
|
|
||||||
|
By default renames will be performed as a delete and a copy, which is ineffective for remotes that supports server-side move operations.
|
||||||
|
|
||||||
|
Setting this option will track renames during `sync` and perform renaming server-side. If the destination does not support server-side move, `sync` will fall back to the default behaviour and log an `error` to the console.
|
||||||
|
|
||||||
### --delete-(before,during,after) ###
|
### --delete-(before,during,after) ###
|
||||||
|
|
||||||
This option allows you to specify when files on your destination are
|
This option allows you to specify when files on your destination are
|
||||||
|
Loading…
Reference in New Issue
Block a user