mirror of
https://github.com/gilbertchen/duplicacy
synced 2025-12-17 16:53:19 +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>
|
||||||
|
|
||||||
@@ -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>
|
||||||
Reference in New Issue
Block a user