From c58d87b2ddc22d7e02d09d8c1b115476832e7b25 Mon Sep 17 00:00:00 2001
From: rycee
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:
|