chore(backup): add exclusion for /var/lib/ollama
in backup configuration
This commit is contained in:
parent
241973d56a
commit
aabbff3ad4
@ -17,6 +17,9 @@
|
|||||||
environmentFile = config.age.secrets.restic-environment.path;
|
environmentFile = config.age.secrets.restic-environment.path;
|
||||||
repository = "b2:architect:/";
|
repository = "b2:architect:/";
|
||||||
paths = [ "/var/lib" "/services" ];
|
paths = [ "/var/lib" "/services" ];
|
||||||
|
exclude = [
|
||||||
|
"/var/lib/ollama"
|
||||||
|
];
|
||||||
pruneOpts = [
|
pruneOpts = [
|
||||||
"--keep-daily 45"
|
"--keep-daily 45"
|
||||||
"--keep-weekly 12"
|
"--keep-weekly 12"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user