mirror of
https://github.com/jkl1337/duplicacy.git
synced 2026-01-02 11:44:45 -06:00
Update README.md
This commit is contained in:
12
README.md
12
README.md
@@ -89,3 +89,15 @@ However, snapshots created this way will be different on different storages, if
|
|||||||
$ duplicacy copy -r 1 -to s3 # Copy snapshot at revision 1 to the s3 storage
|
$ duplicacy copy -r 1 -to s3 # Copy snapshot at revision 1 to the s3 storage
|
||||||
$ duplicacy copy -to s3 # Copy every snapshot to the s3 storage
|
$ duplicacy copy -to s3 # Copy every snapshot to the s3 storage
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Storages
|
||||||
|
|
||||||
|
Currently Duplicacy supports local file storage, SFTP, and 5 cloud storage providers.
|
||||||
|
|
||||||
|
### Local disk
|
||||||
|
URL: /path/to/storage (on Linux or Mac OS X)
|
||||||
|
C:/path/to/storage (on Windows)
|
||||||
|
|
||||||
|
### SFTP
|
||||||
|
URL: sftp://username@server/path/to/storage
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user