mirror of
https://github.com/kees-z/DuplicatiDocs.git
synced 2025-04-26 15:02:28 +00:00
Added Rclone Storage Provider.
This commit is contained in:
parent
065a93ea35
commit
f52a24aac3
@ -575,6 +575,29 @@ Provide another authentication URL.
|
||||
CloudFiles use different servers for authentication based on where the account resides, use this option to set an alternate authentication URL. This option overrides `--cloudfiles-uk-account`.
|
||||
Default value: `https://identity.api.rackspacecloud.com/auth`
|
||||
|
||||
## Rclone
|
||||
|
||||
This backend can read and write data to Rclone. Allowed format:
|
||||
|
||||
`rclone://server/folder`
|
||||
|
||||
Supported options:
|
||||
|
||||
* `--rclone-local-repository (String)`
|
||||
Local repository for Rclone. Make sure it is configured as a local drive, as it needs access to the files generated by Duplicati.
|
||||
Default value: `local`
|
||||
* `--rclone-remote-repository (String)`
|
||||
Remote repository for Rclone. This can be any of the backends provided by Rclone. More info available on https://rclone.org/.
|
||||
Default value: `remote`
|
||||
* `--rclone-remote-path (String)`
|
||||
Path on the Remote repository.
|
||||
Default value: `backup`
|
||||
* `--rclone-option (String)`
|
||||
Options will be transferred to rclone.
|
||||
* `--rclone-executable (String)`
|
||||
Full path to the rclone executable. Only needed if it's not in your path.
|
||||
Default value: `rclone`
|
||||
|
||||
## Sia Decentralized Cloud
|
||||
|
||||
This backend can read and write data to Sia. Allowed format:
|
||||
|
Loading…
x
Reference in New Issue
Block a user