docs: Update faq.md with bisync

Updated FAQ to clarify that experimental bi-sync is now available.
This commit is contained in:
Samuel Johnson 2022-10-23 15:45:09 +05:30 committed by Nick Craig-Wood
parent 6944f28dc2
commit 05040cc504
1 changed files with 2 additions and 3 deletions

View File

@ -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? ###