MyNixOS website logo
option

services.restic.backups.<name>.extraOptions

Extra extended options to be passed to the restic -o flag. See the restic documentation for more details.

Declarations
Type
list of string
Default
[ ]
Example
[
  "sftp.command='ssh [email protected] -i /home/user/.ssh/id_rsa -s sftp'"
]