mirror of
https://github.com/gilbertchen/duplicacy
synced 2025-12-18 09:13:17 +00:00
Updated Storage Backends (markdown)
@@ -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>
|
||||||
|
|
||||||
@@ -208,3 +208,12 @@ 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>
|
||||||
|
|
||||||
|
<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>
|
||||||
Reference in New Issue
Block a user