From 841edc729cdba946a13d94873d615770ed7e6739 Mon Sep 17 00:00:00 2001 From: Evan Harris Date: Mon, 3 Aug 2020 16:30:48 -0500 Subject: [PATCH] docs: Updated --track-renames docs --- docs/content/docs.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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