Backups
Borgmatic handles all backups across the homelab. All three hosts (prod-deb-01, nas, kupier) run Borgmatic on a daily cron schedule with Discord notifications. Borgmatic configuration lives in utilities/borg.md.
| Host | Repository | Type |
|---|---|---|
| prod-deb-01 | /mnt/nas/prod-deb-01 |
Samba mount on nas |
| nas | /mnt/storage/backups/nas |
Local |
| nas | prod-deb-01:/mnt/appdata/backups/nas |
SSH |
| kupier | /mnt/nas/kupier |
Samba mount on nas |
| All three | Whatbox SSH | Offsite (pending) |
-
Borg-based encrypted backups with retention, scheduling, and Discord notifications via Apprise.
-
Restic-based backup UI. Superseded by Borgmatic — kept for reference.
-
Configuring Backrest with SSH remotes for off-host repository storage.