From 8b05a8322b6fa0f9a5bb8947587652f67531f841 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Wed, 2 Sep 2015 08:33:18 +0100 Subject: [PATCH] FAQ entry about bidirectional sync - see #118 --- docs/content/faq.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/content/faq.md b/docs/content/faq.md index e45e24f4f..2ed42b639 100644 --- a/docs/content/faq.md +++ b/docs/content/faq.md @@ -95,3 +95,9 @@ All the cloud storage systems support partial downloads of content, so it would be possible to make partial downloads work. However to make this work efficiently this would require storing a significant amount of metadata, which breaks the desired 1:1 mapping of files to objects. + +### Can rclone do bi-directional sync? ### + +No, not at present. rclone only does uni-directional sync from A -> +B. It may do in the future though since it has all the primitives - it +just requires writing the algorithm to do it.