diff --git a/docs/content/docs.md b/docs/content/docs.md index 3fb183581..6ea3af8d3 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -1328,8 +1328,10 @@ will be considered. If the destination does not support server-side copy or move, rclone will fall back to the default behaviour and log an error level message -to the console. Note: Encrypted destinations are not supported -by `--track-renames`. +to the console. + +Encrypted destinations are not currently supported by `--track-renames` +if `--track-renames-strategy` includes `hash`. Note that `--track-renames` is incompatible with `--no-traverse` and that it uses extra memory to keep track of all the rename candidates. @@ -1358,6 +1360,8 @@ Using `--track-renames-strategy modtime` or `leaf` can enable If nothing is specified, the default option is matching by `hash`es. +Note that the `hash` strategy is not supported with encrypted destinations. + ### --delete-(before,during,after) ### This option allows you to specify when files on your destination are