Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

HubbeKing/restic-kubernetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

7 Commits

Repository files navigation

Simple restic image for kubernetes

Usage

  • Set environment variables for container as follows:
    • BACKUP_SOURCE: folder to be backed up (defaults to /data)
    • RESTIC_REPOSITORY: folder for restic repository (backup storage location, defaults to /repo)
    • RESTIC_PASSWORD: password for restic repository
    • BACKUP_CRON: cron expression for backup timing (defaults to 00 */24 * * *)
    • CHECK_CRON: cron expression for backup integrity checks (defaults to 00 04 * * 1)
    • RESTIC_FORGET_ARGS: arguments for restic forget command (defaults to --keep-last 7)
      • if set to "", no restic forget command is ever run
    • NICE_ADJUST: nice priority adjustment, defaults to 10 for ~50% CPU time of normal-priority process
    • IONICE_CLASS: ionice scheduling class, defaults to 2 for best-effort IO
    • IONICE_PRIO: ionice priority, defaults to 7 for lowest priority IO
      • ionice is used for restic backup, restic forget and restic check commands
  • Occationally check container logs to see backup results

TODO

  • Prometheus metrics
  • Alerts for failed backups

About

Simple restic image for kubernetes backups

Topics

Resources

License

Stars

Watchers

Forks

AltStyle によって変換されたページ (->オリジナル) /