- Base image directly on official restic image
- Semver aligned version naming including restic version
- Updated to restic 0.16.0
- rclone to docker image
- Implemented a simple mail notification after backups using mailx
- MAILX_ARGS environment variable
- Update to Restic v0.9.5
- Reduced the number of layers in the Docker image
- Check if a repo already exists works now for all repository types
- shh added to container
- fuse added to container
- support to send mails using external SMTP server after backups
- AWS Support
--prune
must be passed toRESTIC_FORGET_ARGS
to execute prune after forget.
- Switch to base Docker container to
golang:1.7-alpine
to support latest restic build.
Initial release.
The container has proper logs now and was running for over a month in production. There are still some features missing. Sticking to semantic versioning we do not expect any breaking changes in the 1.x releases.