Skip to content

Releases: djmaze/resticker

1.7.2

27 Feb 23:16
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Fixed bugs:

  • .ssh files copied to wrong location #184
  • Fix documentation & example for excludes #187 (djmaze)

Closed issues:

  • Plans for a new release? #179

Merged pull requests:

  • Fix copying contents of $ssh_config_path into /root/.ssh #185 (nerdlich)

1.7.1

20 Dec 22:48
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Closed issues:

  • Feature Request: Support for docker secrets #177
  • restic version update 0.16.0 #172
  • Backup fails with large folder #166
  • Not able to restore #163

1.7.0

27 Feb 00:14
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Fixed bugs:

  • cron not firing #155
  • POST_COMMAND_FAILURE triggering if backup completes #133
  • Fix incomplete backup handling #139 (djmaze)

Closed issues:

  • Errors backing up with Docker Swarm #153
  • Issue with restic backup sources #150
  • Cannot restore backup (when using Git Bash) #146
  • Big memory usage #137

Merged pull requests:

1.6.0

27 Apr 22:15
fd1f0db
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Fixed bugs:

Closed issues:

  • Implement POST_COMMAND_INCOMPLETE? #107
  • restic 0.13.0 #128

1.5.0

22 Sep 20:07
21f0dce
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Switch to using the provided binaries instead of building everything from source #84
  • Add restic check handling #90 (skimpax)
  • Do not install unnecessary build tools #88 (smainz)
  • Allow mounting rclone.conf readonly / as a secret #83 (djmaze)
  • Skip repository check when unlock command is given #102 (djmaze)
  • copy whole /run/secrets/.ssh into container instead of only ordinary files #100 (smainz)
  • feat: gzip added and version updates #97 (schewara)
  • allow to run forget before pruning #93 (schewara)
  • Enable ssh key auth #87 (smainz)
  • Switch to using the provided binaries instead of building everything from source #86 (smainz)

Fixed bugs:

  • Error when using restic with rclone #30
  • Prune does not work when RESTIC_FORGET_ARGS is not set #99
  • README: Fix post commands typo #89 (jacobbaungard)
  • Allow running prune without forget (args) #101 (djmaze)
  • Fix arm builds #98 (djmaze)

Closed issues:

  • Several hosts for only one repository #95
  • Ssh configuration is sometimes not properly copied #94
  • Many docker containers + volumes; only want to back up specifics #85

1.4.0

21 Mar 16:30
520207c
Compare
Choose a tag to compare

Full Changelog

This release contains updates to Restic 0.12.0 as well as Rclone 1.54.0.

Implemented enhancements:

  • Update restic to 0.12.0 and rclone to 1.54.0 #73 (jlelse)
  • Build test images for branches & PRs #70 (djmaze)
  • drone: build branches & pull requests as well (but don't push them) #69 (djmaze)
  • Added hint for seconds option of customized go-cron #64 (MartinEnders)

Fixed bugs:

  • Initialization failed with sftp backend #72
  • Use correct arm docker plugin for arm builds #71 (djmaze)
  • Fix arm rclone build #68 (escoand)
  • Build rclone in Dockerfile #67 (escoand)

Closed issues:

  • arm and arm64 compatibility #66
  • Issues when using a SFTP repository #65

1.3.0 Restic 0.11, improved initialization logic

23 Nov 22:34
Compare
Choose a tag to compare

Full Changelog

This release contains updates to Restic 0.11.0 as well as well as Rclone 1.53.2.

Implemented enhancements:

Fixed bugs:

Closed issues:

  • Resticker Loop #60
  • Wrong image on docker hub #57
  • Best way to backup docker volumes #56
  • Restic seems to not exclude my dir #54
  • Sending mail on post backup #53

1.2.0 Prune service, custom backup args

07 Jun 18:54
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Allow custom backup arguments using RESTIC_BACKUP_ARGS #38 (djmaze)
  • Add prune support using a separate service and cron schedule #36 (djmaze)
  • update rclone to 1.50.2 #25 (panakour)

Fixed bugs:

  • PRE_COMMANDS: Invalid interpolation format for "environment" option in service #31

1.1.1 Restic update, bugfix, docs

27 Nov 21:45
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Restic 0.9.6 release #17
  • doco and samples for restore #15

Fixed bugs:

  • Use proper sh semantics for the entrypoint #18 (schue)

1.1.0 Adding curl

30 Oct 23:38
2e57f06
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Feature : Add curl to final image (for Slack webhook) #14 (y3lousso)