Compare commits
1 commit
dcc055891f
...
4d965ba394
Author | SHA1 | Date | |
---|---|---|---|
4d965ba394 |
1 changed files with 2 additions and 2 deletions
|
@ -100,8 +100,8 @@ in {
|
||||||
# Backups
|
# Backups
|
||||||
services.borgbackup.jobs.mailman = {
|
services.borgbackup.jobs.mailman = {
|
||||||
paths = [
|
paths = [
|
||||||
"/var/lib/mailman/data"
|
"/var/lib/mailman/data/mailman.db"
|
||||||
"/var/lib/mailman-web"
|
"/var/lib/mailman-web/mailman-web.db"
|
||||||
];
|
];
|
||||||
encryption.mode = "none"; # Otherwise the key is next to the backup or we have human interaction.
|
encryption.mode = "none"; # Otherwise the key is next to the backup or we have human interaction.
|
||||||
environment = {
|
environment = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue