mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
feat(config): add example config for owncloud and nextcloud (#1052)
This commit is contained in:
parent
ef4fd52a7c
commit
a7860870f2
9
config/services/webdav_owncloud_nextcloud.toml
Normal file
9
config/services/webdav_owncloud_nextcloud.toml
Normal file
@ -0,0 +1,9 @@
|
||||
[repository]
|
||||
repository = "opendal:webdav"
|
||||
password = "my-backup-password"
|
||||
|
||||
[repository.options]
|
||||
endpoint = "https://my-owncloud-server.com"
|
||||
root = "remote.php/webdav/my-folder"
|
||||
username = "owncloud-user"
|
||||
password = "owncloud-passcode"
|
||||
Loading…
Reference in New Issue
Block a user