awesome-it / restic-systemd-automatic-backup

My restic backup solution using Backblaze B2 storage, systemd timers (or cron) and email notifications on failure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatic restic backups using systemd services and timers

This repo is mainly based on https://github.com/erikw/restic-systemd-automatic-backup. See also

Recovery

If this is deployed on a system, you can use restic after sourcing the configuration as follows:

$ source /etc/restic/config
$ restic stats
...

See https://restic.readthedocs.io/en/latest/050_restore.html for more details about restoring.

Systemd

Restic should be setup as systemd timer, so you can check the status as follows:

$ systemctl list-timers restic-backup
$ systemctl status restic-backup

About

My restic backup solution using Backblaze B2 storage, systemd timers (or cron) and email notifications on failure.

License:Other


Languages

Language:Shell 76.8%Language:Dockerfile 13.4%Language:Makefile 9.8%