system/roles/backup/tasks/main.yaml
Marty Oehme 19162e2af3
feat(backup): Add restic backup
Restic backup creates a snapper snapshot of the root system which it
then chroots into and starts a restic backup to a (wasabi) S3 bucket to.

Intended to roughly follow this
<https://codeberg.org/silmaril/my-restic-solution> solution to achieve
restic backup of the _newest_ snapshot of my live root system.
2025-03-13 11:24:13 +01:00

11 lines
188 B
YAML

- name: Set up snapper snapshots
import_tasks: snapper.yaml
tags:
- btrfs
- snapper
- name: Set up restic backups
import_tasks: restic.yaml
tags:
- btrfs
- restic