1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2025-12-06 00:03:38 +00:00

Update README.md

This commit is contained in:
gilbertchen
2017-07-07 14:45:59 -04:00
committed by GitHub
parent 593b409329
commit 96e2f78096

View File

@@ -26,7 +26,8 @@ The key idea of **Lock-Free Deduplication** can be summarized as follows:
The [design document](https://github.com/gilbertchen/duplicacy-cli/blob/master/DESIGN.md) explains lock-free deduplication in detail.
## Getting Started
<details> <summary>## Getting Started</summary>
Duplicacy is written in Go. You can run the following command to build the executable (which will be created under `$GOPATH/bin`):
@@ -105,6 +106,8 @@ $ duplicacy copy -to s3 # Copy every snapshot to the s3 storage
The [User Guide](https://github.com/gilbertchen/duplicacy-cli/blob/master/GUIDE.md) contains a complete reference to
all commands and other features of Duplicacy.
</details>
## Storages
Duplicacy currently supports local file storage, SFTP, and 5 cloud storage providers.