Update our backup strategy
This commit is contained in:
parent
885fdd0d0a
commit
8fc345ca49
|
@ -7,7 +7,21 @@
|
|||
"/srv/containers"
|
||||
];
|
||||
encryption.mode = "none";
|
||||
repo = "/srv/backup/borg/containers";
|
||||
repo = "/srv/backup/containers";
|
||||
compression = "auto,zstd";
|
||||
startAt = "daily";
|
||||
};
|
||||
|
||||
services = {
|
||||
paths = [
|
||||
"/srv/services"
|
||||
];
|
||||
encryption.mode = "none";
|
||||
repo = "/srv/backup/services";
|
||||
compression = "auto,zstd";
|
||||
startAt = "daily";
|
||||
};
|
||||
|
||||
shares = {
|
||||
paths = [
|
||||
"/srv/shares"
|
||||
|
|
Loading…
Reference in a new issue