MyNixOS website logo
option

programs.borgmatic.backups.<name>.location.repositories

List of local or remote repositories with paths and optional labels.

Declarations
Type
list of (string or (submodule))
Example
[
  {
    "path" = "ssh://[email protected]/./repo";
    "label" = "server";
  }
  {
    "path" = "/var/lib/backups/local.borg";
    "label" = "local";
  }
]