1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-07 19:13:19 +00:00

union: add missing docs

This commit is contained in:
Nick Craig-Wood
2018-09-07 15:08:29 +01:00
parent 1b2cc781e5
commit 9fe39f25e1
3 changed files with 5 additions and 2 deletions

View File

@@ -58,8 +58,9 @@ Features
* [Sync](/commands/rclone_sync/) (one way) mode to make a directory identical
* [Check](/commands/rclone_check/) mode to check for file hash equality
* Can sync to and from network, eg two different cloud accounts
* Optional encryption ([Crypt](/crypt/))
* Optional cache ([Cache](/cache/))
* ([Encryption](/crypt/)) backend
* ([Cache](/cache/)) backend
* ([Union](/union/)) backend
* Optional FUSE mount ([rclone mount](/commands/rclone_mount/))
Links