diff --git a/options.xhtml b/options.xhtml index d53822196..03c19db8b 100644 --- a/options.xhtml +++ b/options.xhtml @@ -14704,6 +14704,41 @@ YAML value
Default:
{ }
Declared by:
+
+
+<home-manager/modules/programs/borgmatic.nix>
+
+ |
programs.borgmatic.backups.<name>.location.patterns
+
+
+Patterns to include/exclude.
See the output of borg help patterns
for the syntax. Pattern paths
+are relative to /
even when a different recursion root is set.
Mutually exclusive with programs.borgmatic.backups.<name>.location.sourceDirectories
.
Type: +null or (list of string)
+ +Default:
+null
Example:
[
+ "R /home/user"
+ "- home/user/.cache"
+ "- home/user/Downloads"
+ "+ home/user/Videos/Important Video"
+ "- home/user/Videos"
+]
+
+
+
Declared by:
@@ -14754,10 +14789,13 @@ list of (string or (submodule))
Directories to backup. +Directories to backup. Mutually exclusive with Type: -list of string +null or (list of string) + +Default:
+ Example:
|