fix(restic): remove **/.git from home-server ignorePatterns
This commit is contained in:
parent
0bd12bcf2a
commit
6fee4d8a86
|
@ -26,7 +26,6 @@ in {
|
|||
"/home/*/.local/share/containers"
|
||||
"/home/*/.local/share/Trash"
|
||||
"/var/lib/jellyfin/transcodes"
|
||||
"**/.git"
|
||||
];
|
||||
timerConfig.OnCalendar = "0/4:00:00";
|
||||
extraPruneOpts = [ "--keep-last 6" ];
|
||||
|
|
Loading…
Reference in a new issue