From adc156ab2aa3a7f3f8e7034e176ffa9e0341899d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 20 Dec 2016 19:30:50 +0100 Subject: [PATCH] docs: Document track-renames option See #888 --- docs/content/docs.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/content/docs.md b/docs/content/docs.md index 4064c633b..721140a49 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -415,6 +415,12 @@ equals 1,048,576 bits/s and not 1,000,000 bits/s. 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) ### This option allows you to specify when files on your destination are