diff --git a/Storage-Backends.md b/Storage-Backends.md index c7c178b..9957a35 100644 --- a/Storage-Backends.md +++ b/Storage-Backends.md @@ -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.
Local disk @@ -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. +
+ +
WebDav + +``` +Storage URL: webdav://username@server/path/to/storage (path relative to the home directory) + webdav://username@server//path/to/storage (absolute path) +``` +
\ No newline at end of file