Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 275 Bytes

File metadata and controls

9 lines (7 loc) · 275 Bytes

An alpine-based container to do backups.

  • restic to send snapshots
  • curl to notify healthchecks.io
  • tar, rsync to prepare datasets to backup
  • bash to troubleshoot
  • tini as entrypoint, to handle signals as pid 1

Data and backup scripts can be exposed by volume mounts.