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