From 95e18bdc6f931091fbf4c97a3efa6b83d7b44abb Mon Sep 17 00:00:00 2001 From: nielash Date: Wed, 8 Nov 2023 00:46:44 -0500 Subject: [PATCH] docs: add bisync to index --- README.md | 1 + docs/content/_index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index aff760db3..bd1954e1c 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ These backends adapt or modify other storage providers * Partial syncs supported on a whole file basis * [Copy](https://rclone.org/commands/rclone_copy/) mode to just copy new/changed files * [Sync](https://rclone.org/commands/rclone_sync/) (one way) mode to make a directory identical + * [Bisync](https://rclone.org/bisync/) (two way) to keep two directories in sync bidirectionally * [Check](https://rclone.org/commands/rclone_check/) mode to check for file hash equality * Can sync to and from network, e.g. two different cloud accounts * Optional large file chunking ([Chunker](https://rclone.org/chunker/)) diff --git a/docs/content/_index.md b/docs/content/_index.md index 885a30168..1494c145e 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -92,6 +92,7 @@ Rclone helps you: - Can use multi-threaded downloads to local disk - [Copy](/commands/rclone_copy/) new or changed files to cloud storage - [Sync](/commands/rclone_sync/) (one way) to make a directory identical +- [Bisync](/bisync/) (two way) to keep two directories in sync bidirectionally - [Move](/commands/rclone_move/) files to cloud storage deleting the local after verification - [Check](/commands/rclone_check/) hashes and for missing/extra files - [Mount](/commands/rclone_mount/) your cloud storage as a network disk