Skip to content

Releases: adferrand/docker-backuppc

Docker BackupPC 4.3.1-1

07 Dec 22:58
Compare
Choose a tag to compare

Changed

  • Update base image to Alpine 3.10.3

Docker BackupPC 4.3.1

16 Jul 22:09
Compare
Choose a tag to compare

Added

  • Proper Docker signal handling (eg. SIGINT) by making Circus be the PID 1
  • Support TLS in msmtp (thanks to @belaytzev in #22)

Changed

  • Update to BackupPC 4.3.1
  • Update to rsync-bpc 3.1.2.1
  • Update perl lib BackupPC::XS to 0.59

Docker BackupPC 4.3.0-6

18 Mar 22:48
Compare
Choose a tag to compare

Added

  • Install DejaVu font for a better look and readability of generated RRD graphs in BackupPC UI (#21 from @jkroepke)

Docker BackupPC 4.3.0-5

10 Mar 20:01
Compare
Choose a tag to compare

Changed

  • Use a passphrase of 4 characters (instead of 1) when generating self-signed certificates (USE_SSL=true) to be accepted by newest versions of OpenSSL.

Docker BackupPC 4.3.0-4

09 Mar 22:37
Compare
Choose a tag to compare

Changed

  • Update Alpine base image to 3.9

Docker BackupPC 3.3.2-1

29 Jan 15:29
4131bb6
Compare
Choose a tag to compare

Changed

  • Correct a bug on V3 branch where creating a new BackupPC V3 container creation on existing configuration breaks it, and makes the container unable to start (@morevnaproject #18)

Docker BackupPC 4.3.0-3

06 Dec 14:23
Compare
Choose a tag to compare

Added

  • Hostname in BackupPC instance is now in sync with the container hostname, and can be set using --hostname at container start (#12 @Alveel)
  • Add basic integration tests during the CI

Changed

  • Update perl lib BackupPC::XS to 0.58
  • Update rsync-bpc to 3.1.2.0

Docker BackupPC 4.3.0-2

27 Nov 09:29
Compare
Choose a tag to compare

Modified

  • Bugfix: fallback to rsync-bpc to 3.0.9.12 and BackupPC::XS 0.57 because upstream is broken
  • Versions 4.3.0-1 and 4.3.0 are also patched with this bugfix

Docker BackupPC 4.3.0-1

27 Nov 09:29
Compare
Choose a tag to compare

Added

  • Allow to use a pre-existing server.pem file mounted into the container to serve the BackupPC UI over https

Docker BackupPC 4.3.0

27 Nov 09:26
Compare
Choose a tag to compare

Changed

  • Update BackupPC to 4.2.0
  • Update perl lib BackupPC::XS to 0.58 (canceled by bugfix on 4.3.0-2)
  • Update rsync-bpc to 3.0.9.13 (canceled by bugfix on 4.3.0-2)