MyNixOS website logo
option

services.restic.backups.<name>.rcloneOptions

Options to pass to rclone to control its behavior. See https://rclone.org/docs/#options for available options. When specifying option names, strip the leading --. To set a flag such as --drive-use-trash, which does not take a value, set the value to the Boolean true.

Declarations
Type
null or (attribute set of (string or boolean))
Default
null
Example
{
  bwlimit = "10M";
  drive-use-trash = "true";
}