From 04b27d06ec7d192a23d460ee56963e5df8644e5c Mon Sep 17 00:00:00 2001 From: gilbertchen Date: Wed, 24 Feb 2016 08:28:59 -0500 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 2ab3699..7903b23 100644 --- a/README.md +++ b/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 -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 +