diff --git a/options.html b/options.html index 5ff73506..4d4e3942 100644 --- a/options.html +++ b/options.html @@ -3407,9 +3407,19 @@ boolean

Default: YAML value

Default: { }

Declared by:

<home-manager/modules/programs/borgmatic.nix> -
programs.borgmatic.backups.<name>.location.repositories

Paths to repositories.

Type: -list of string

Example: -["ssh://myuser@myrepo.myserver.com/./repo"]

Declared by:

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

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

Type: +list of (string or (submodule))

Example:

[
+  {
+    "path" = "ssh://myuser@myrepo.myserver.com/./repo";
+    "label" = "server";
+  }
+  {
+    "path" = "/var/lib/backups/local.borg";
+    "label" = "local";
+  }
+]
+
+

Declared by:

<home-manager/modules/programs/borgmatic.nix>
programs.borgmatic.backups.<name>.location.sourceDirectories

Directories to backup.

Type: list of string

Example: