add rudiger
This commit is contained in:
parent
20862be062
commit
9bf719ab23
8 changed files with 68 additions and 8 deletions
|
@ -9,4 +9,13 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
|
||||
services.postgresqlBackup = {
|
||||
enable = true;
|
||||
location = "/var/lib/postgresql/backup";
|
||||
databases = [ "synapse" ];
|
||||
startAt = "02:30";
|
||||
compression = "none";
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue