Skip to content

Releases: lobaro/restic-backup-docker

v1.4.2

13 Aug 13:20
Compare
Choose a tag to compare

v1.4.1

13 Aug 12:59
Compare
Choose a tag to compare

What's Changed

  • feat: add restic check after forget with prune by @smexx in #103

Full Changelog: v1.4.0...v1.4.1

v1.4.0

23 Apr 12:57
281c77f
Compare
Choose a tag to compare

What's Changed

  • Chore/restic upgrade by @smexx in #92
  • Chore/restic upgrade by @smexx in #93
  • Multiarch Docker images / Backup_Sources Folder option by @zimbres in #87
  • Update restic, rclone and workflow dependencies by @krombel in #90
  • chore: remove arm64 specific dockerfile - platform target now impleme… by @smexx in #95
  • Bump sigstore/cosign-installer from 3.8.1 to 3.8.2 by @dependabot in #94
  • Update README.md by @modem in #88

New Contributors

Full Changelog: v1.3.2...v1.4.0

v1.3.2 (restic 0.16.0)

05 Aug 21:07
Compare
Choose a tag to compare

v1.3.2 (restic 0.16.0)

Changed

  • Base image directly on official restic image
  • Semver aligned version naming including restic version
  • Updated to restic 0.16.0

Added

  • rclone to docker image
  • Implemented a simple mail notification after backups using mailx
  • MAILX_ARGS environment variable

1.3.1-0.9.6

18 May 15:52
d559619
Compare
Choose a tag to compare

Changelog

1.3.1-0.9.6

Changed

  • Update to Restic v0.9.5
  • Reduced the number of layers in the Docker image

Fixed

  • Check if a repo already exists works now for all repository types

Added

  • shh added to container
  • fuse added to container

Test for alpine image

18 Jul 22:27
7ed9080
Compare
Choose a tag to compare
Test for alpine image Pre-release
Pre-release
Pin version and add dependencies

- pin version of base image 
- add fuse 
- add openssh-client

Preview with restic 0.9.4 and AWS support

06 Feb 11:31
daf520b
Compare
Choose a tag to compare
1.2-0.9.4

Update Dockerfile

Golang 1.7 and --prune in RESTIC_FORGET_ARGS

05 Jun 09:30
Compare
Choose a tag to compare

Bugfix

  • --prune must be passed to RESTIC_FORGET_ARGS to execute prune after forget.

Enhancement

  • Switch to base Docker container to golang:1.7-alpine to support latest restic build.

First release

18 Jan 10:49
Compare
Choose a tag to compare

The container has proper logs now and was running for over a month in production. There are still some features missing. Due to semantic versioning we do not expect any breaking changes in the 1.x releases.