diff --git a/options.html b/options.html index 3759e7f7..08131211 100644 --- a/options.html +++ b/options.html @@ -1914,15 +1914,20 @@ each with its own source directories and repositories.
programs.borgmatic.backups.<name>.consistency.checks.*.name
Name of consistency check to run.
Type: one of "repository", "archives", "data", "extract"
Example: "repository"
Declared by:
<home-manager/modules/programs/borgmatic.nix>
- |
programs.borgmatic.backups.<name>.consistency.extraConfig
Extra settings.
Type: attribute set of (string or boolean or path or signed integer or list of string)
Default: { }
Declared by:
+ |
programs.borgmatic.backups.<name>.consistency.extraConfig
Extra settings.
Type: YAML value
Default: { }
Declared by:
<home-manager/modules/programs/borgmatic.nix>
- |
programs.borgmatic.backups.<name>.location.extraConfig
Extra settings.
Type: attribute set of (string or boolean or path or signed integer or list of string)
Default: { }
Declared by:
+ |
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 +Home Manager generation.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/borgmatic.nix>
+ |
programs.borgmatic.backups.<name>.location.extraConfig
Extra settings.
Type: 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:
<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>.retention.extraConfig
Extra settings.
Type: attribute set of (string or boolean or path or signed integer or list of string)
Default: { }
Declared by:
+ |
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: