From bf7fcb48bfc06b331a172024a51c557591597c03 Mon Sep 17 00:00:00 2001 From: theincogtion Date: Sat, 28 Jul 2018 10:12:44 +0200 Subject: [PATCH] Updated Storage Backends (markdown) --- Storage-Backends.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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