feat(servers): add automatic backups using restic.

This commit is contained in:
CronyAkatsuki 2025-06-24 18:07:43 +02:00
parent 1eab73b20a
commit e6d21b8850
13 changed files with 74 additions and 2 deletions

View file

@ -38,4 +38,9 @@
AllowUsers = ["forgejo"];
};
};
services.restic.backups = {
local.paths = ["/var/lib/forgejo"];
server.paths = ["/var/lib/forgejo"];
};
}