From 5e6e9d152b5021a1cff4dc5f8c9adc7706135a06 Mon Sep 17 00:00:00 2001 From: rycee Date: Tue, 20 Jun 2023 21:35:45 +0000 Subject: [PATCH] deploy: ec58f8bed77b2982560c66239ce170f3764f6a36 --- options.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/options.html b/options.html index cfc9bdff..2753a755 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: