diff --git a/docs/05-storage-providers.md b/docs/05-storage-providers.md index ad34953..3e0a05c 100644 --- a/docs/05-storage-providers.md +++ b/docs/05-storage-providers.md @@ -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: