diff --git a/options.html b/options.html index cfc9bdffd..2753a7555 100644 --- a/options.html +++ b/options.html @@ -2269,6 +2269,8 @@ each with its own source directories and repositories.

programs.borgmatic.backups.<name>.consistency.extraConfig

Extra settings.

Type: YAML value

Default: { }

Declared by:

<home-manager/modules/programs/borgmatic.nix> +
programs.borgmatic.backups.<name>.hooks.extraConfig

Extra settings.

Type: YAML value

Default: { }

Declared by:

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

Whether to exclude Home Manager generated symbolic links from the backups. This facilitates restoring the whole home directory when the Nix store doesn't contain the latest @@ -2280,6 +2282,8 @@ Home Manager generation.

Type: bool <home-manager/modules/programs/borgmatic.nix>

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

Directories to backup.

Type: list of string

Example: [config.home.homeDirectory]

Declared by:

<home-manager/modules/programs/borgmatic.nix> +
programs.borgmatic.backups.<name>.output.extraConfig

Extra settings.

Type: YAML value

Default: { }

Declared by:

+ <home-manager/modules/programs/borgmatic.nix>
programs.borgmatic.backups.<name>.retention.extraConfig

Extra settings.

Type: YAML value

Default: { }

Declared by:

<home-manager/modules/programs/borgmatic.nix>
programs.borgmatic.backups.<name>.retention.keepDaily

Number of daily archives to keep. Use -1 for no limit.

Type: null or signed integer

Default: null

Example: 3

Declared by: