MyNixOS website logo
option

services.restic.backups.<name>.repository

Repository to backup to. This should be in the form of a backend specification as detailed here https://restic.readthedocs.io/en/stable/030_preparing_a_new_repo.html.

If your using the rclone backend, you can configure your remotes with programs.rclone.remotes then use them in your backend specification.

Declarations
Type
null or string
Default
null
Example
"sftp:[email protected]:/backups/‹name›"