1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2025-12-17 16:53:19 +00:00

Updated Storage Backends (markdown)

theincogtion
2018-07-28 10:12:44 +02:00
parent a0d876ffb6
commit bf7fcb48bf

@@ -1,4 +1,4 @@
Duplicacy currently supports local file storage, SFTP, and many cloud storage providers. Duplicacy currently supports local file storage, SFTP, WebDav and many cloud storage providers.
<details> <summary>Local disk</summary> <details> <summary>Local disk</summary>
@@ -207,4 +207,13 @@ The following is the list of parameters accepted by the query string:
This backend is implemented using https://github.com/ncw/swift. This backend is implemented using https://github.com/ncw/swift.
</details>
<details> <summary>WebDav</summary>
```
Storage URL: webdav://username@server/path/to/storage (path relative to the home directory)
webdav://username@server//path/to/storage (absolute path)
```
</details> </details>