mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
chore: adds excludes to service-wide borgbackup job so that items are not backup up double
This commit is contained in:
parent
5cc46993c8
commit
e6e576cd43
1 changed files with 6 additions and 0 deletions
|
|
@ -37,6 +37,12 @@ in
|
||||||
paths = [
|
paths = [
|
||||||
"/var/lib"
|
"/var/lib"
|
||||||
];
|
];
|
||||||
|
exclude = [
|
||||||
|
"/var/lib/matrix-synapse"
|
||||||
|
"/var/lib/mautrix-signal"
|
||||||
|
"/var/lib/mautrix-whatsapp"
|
||||||
|
"/var/lib/bitwarden_rs"
|
||||||
|
];
|
||||||
repo = "${baseRepo}/var-lib";
|
repo = "${baseRepo}/var-lib";
|
||||||
encryption.mode = "none";
|
encryption.mode = "none";
|
||||||
compression = "auto,zstd";
|
compression = "auto,zstd";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue