Update our backup strategy

This commit is contained in:
♥ Minnie ♥ 2024-06-03 21:20:24 +08:00
parent 885fdd0d0a
commit 8fc345ca49
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -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"