enable daily postgresql backups

This commit is contained in:
Colin 2022-05-18 10:42:47 +00:00
parent e68ca3d600
commit e1b388f2c5

View File

@ -13,6 +13,8 @@
# LC_CTYPE = "C";
# '';
# daily backups to /var/backup
services.postgresqlBackup.enable = true;
# common admin operations:
# sudo systemctl start postgresql