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:
Khaïs COLIN 2024-08-31 12:33:54 +02:00
parent a11a2fd362
commit e368bf6d99

View file

@ -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"
]; ];