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
|
@ -19,6 +19,12 @@
|
|||
mode = "0440";
|
||||
};
|
||||
|
||||
"restic/local-backups" = {
|
||||
owner = "root";
|
||||
group = "backup";
|
||||
mode = "0440";
|
||||
};
|
||||
|
||||
"turn/env" = {};
|
||||
"turn/secret" = {
|
||||
owner = "turnserver";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue