1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Exclude postgres DB when backing up /var/lib

This commit is contained in:
RGBCube 2024-04-30 12:56:07 +03:00
parent 11f2227514
commit 5913220ada
No known key found for this signature in database

View file

@ -10,6 +10,7 @@ systemConfiguration {
repository = "sftp:backup@disk:${config.networking.hostName}-varlib";
paths = [ "/var/lib" ];
exclude = [ "/var/lib/postgresql" ]; # TODO
timerConfig = {
OnCalendar = "daily";