mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
improve the backup situation
This commit is contained in:
parent
b8a6a9aeac
commit
56cf4e9212
35 changed files with 159 additions and 57 deletions
|
|
@ -39,12 +39,10 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
services.custom-backup.jobs = [
|
||||
{
|
||||
app = "does-it-build";
|
||||
file = "/var/lib/does-it-build/db.sqlite";
|
||||
}
|
||||
];
|
||||
services.custom-backup-restic.jobs = [{
|
||||
app = "does-it-build";
|
||||
path = "/var/lib/does-it-build/db.sqlite";
|
||||
}];
|
||||
|
||||
users.users.does-it-build = {
|
||||
isSystemUser = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue