An alpine based docker image that contains the latest released binaries of restic and rclone. The image gets automatically updated when there is a new release.
docker run --rm -it \
-v ~/.config/rclone:/root/.config/rclone \
-v /dir/to/backup:/data \
-e RESTIC_REPOSITORY=rclone:service:path \
ghcr.io/kegato/restic-rclone-docker:latest \
backup .
- linux/amd64
- linux/arm64
This repo is based on