mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 05:07:51 +08:00
docs: add bisync to index
This commit is contained in:
parent
9c96c13a35
commit
58fd6d7b94
|
@ -122,6 +122,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/))
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user