backups: Add atomic backups with restic
This commit is contained in:
parent
ab5e088016
commit
87dd9daa4f
9 changed files with 316 additions and 5 deletions
configuration/services
|
@ -110,4 +110,12 @@ in {
|
|||
# ProtectHome = "read-only"; # See further up
|
||||
};
|
||||
};
|
||||
|
||||
services.backups.starbound = {
|
||||
user = "root";
|
||||
paths = [
|
||||
"/var/lib/private/starbound/storage/universe/"
|
||||
];
|
||||
pauseServices = ["starbound.service"];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue