restic(gutterman): exclude database files from backup
This commit is contained in:
parent
c6d39d17cb
commit
6d1ce0556a
1 changed files with 6 additions and 1 deletions
|
|
@ -27,6 +27,11 @@
|
|||
paths = [
|
||||
"/var/lib/minecraft"
|
||||
];
|
||||
exclude = [ ".*" ];
|
||||
exclude = [
|
||||
".*"
|
||||
"*.db"
|
||||
"*.db-shm"
|
||||
"*.db-wal"
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue