europa: backup virtual machines

This commit is contained in:
Aaron Bieber 2023-01-07 06:36:44 -07:00
parent 1a3c269184
commit 088e93580a
No known key found for this signature in database

View File

@ -132,7 +132,7 @@ in {
environmentFile = "${config.sops.secrets.restic_env_file.path}";
passwordFile = "${config.sops.secrets.restic_password_file.path}";
paths = [ "/home/qbit" ];
paths = [ "/home/qbit" "/var/lib/libvirt" ];
pruneOpts = [ "--keep-daily 7" "--keep-weekly 5" "--keep-yearly 5" ];
};