l green-host: backup with borg

This commit is contained in:
lassulus 2021-01-23 21:25:12 +01:00
parent 9b884ed483
commit fc01155ea5

View File

@ -18,4 +18,12 @@
localIp = "10.233.2.16";
format = "ecryptfs";
};
services.borgbackup.jobs.sync-green = {
encryption.mode = "none";
paths = "/var/lib/sync-containers/green/ecryptfs";
repo = "/var/lib/sync-containers/green/backup";
compression = "auto,lzma";
startAt = "daily";
};
}