From 05040cc504a6b8306d5b2f063ea4f283cf987c66 Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Sun, 23 Oct 2022 15:45:09 +0530 Subject: [PATCH] docs: Update faq.md with bisync Updated FAQ to clarify that experimental bi-sync is now available. --- docs/content/faq.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/content/faq.md b/docs/content/faq.md index 00ed0e06d..a0a99c930 100644 --- a/docs/content/faq.md +++ b/docs/content/faq.md @@ -82,9 +82,8 @@ 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. +Yes, since rclone v1.58.0, [bidirectional cloud sync](/bisync/) is +available. ### Can I use rclone with an HTTP proxy? ###