feat: add backup module with Restic + Backblaze B2

- Encrypted backups to B2
- Configurable retention (daily/weekly/monthly)
- SOPS-managed credentials
- Automatic pruning

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ashisgreat22 2026-03-18 14:11:11 +01:00
parent f82b822d16
commit fd056367d2
3 changed files with 146 additions and 0 deletions

View file

@ -8,5 +8,6 @@
./openclaw-podman.nix
./vaultwarden.nix
./crowdsec.nix
./backup.nix
];
}