toastie89 7ef105afce added prometheus pushgateway exporter 1 年間 前
..
data 7ef105afce added prometheus pushgateway exporter 1 年間 前
.env.template d92a5bd903 removed last empty line for testingx 4 年 前
.gitignore eba7e41477 added .backupignore for cache 4 年 前
Dockerfile 0d283d3e1c added local build incl. curl 1 年間 前
README.md 3d35e91f5b fixed typo 4 年 前
docker-compose.yml 0d283d3e1c added local build incl. curl 1 年間 前

README.md

Restic

This docker-compose.yml file runs Restic backup as per crontab.txt with parameters set in .env using the restic/restic image.

Setup

Setup your config

cp .env.template .env
vi .env

Run the container

docker-compose up -d
docker logs restic -f

Operation

List snapshots with date/time

/ # restic ls
Fatal: Invalid arguments, either give one or more snapshot IDs or set filters.
/ # restic snapshots
repository 276b6a79 opened successfully, password is correct
ID        Time                 Host        Tags        Paths
------------------------------------------------------------------
e70bd81a  2020-01-05 23:39:20  restic                  /mnt/source
d629a178  2020-01-06 20:20:06  restic                  /mnt/source
------------------------------------------------------------------
2 snapshots

Show diff between snapshots

restic diff e70bd81a d629a178

References