Merge pull request #82 from etiennetack/patch-1

Added a link to rclone's documentation for local filesystem configuration
This commit is contained in:
kees-z
2021-07-27 13:53:29 +02:00
committed by GitHub

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/.