fix(borgbackup): do not backup lnav stdin captures
This caused backups to fail, because they changed while being backed up, because I have a zellij session with lnav running constantly
This commit is contained in:
parent
a11a2fd362
commit
e368bf6d99
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@
|
||||||
"**/*trash"
|
"**/*trash"
|
||||||
"**/*Trash"
|
"**/*Trash"
|
||||||
"/home/*/.local"
|
"/home/*/.local"
|
||||||
|
"/home/*/.config/lnav/stdin-captures"
|
||||||
|
"/root/.config/lnav/stdin-captures"
|
||||||
"**/target"
|
"**/target"
|
||||||
"**/result"
|
"**/result"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue