Added a link to rclone's documentation for local filesystem configuration

This commit is contained in:
Etienne Tack 2021-07-27 19:36:54 +11:00 committed by GitHub
parent d489494fdb
commit f6324e20c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -734,7 +734,7 @@ URL Format:
Options: Options:
* `--rclone-local-repository (String)` * `--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. Local repository for Rclone. Make sure it is configured as a [local drive](https://rclone.org/local/), as it needs access to the files generated by Duplicati.
Default value: `local` Default value: `local`
* `--rclone-remote-repository (String)` * `--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/. Remote repository for Rclone. This can be any of the backends provided by Rclone. More info available on https://rclone.org/.