Skip to content

Releases: adferrand/docker-backuppc

Docker BackupPC 4.2.1-2

26 Nov 22:28
Compare
Choose a tag to compare

Added

  • Add support for ACL to rsync-bpc (from @JoelLinn in #9)

Docker BackupPC 4.2.1-2

09 Oct 15:32
Compare
Choose a tag to compare

Added

  • Set up a complete CI/CD system for this Docker, using CircleCI: docker is now automatically packaged, tested and deployed to Docker Hub.

Changed

  • Hotfix for BZIP2 binary, due to latest Alpine layout modifications, is now applied when the container is created, removing the error n: /bin/bzip2: File exists when container is restarted.

Docker BackupPC 4.2.1

12 Sep 13:24
Compare
Choose a tag to compare

Added

  • Create this CHANGELOG.md
  • Add and configure circus, an alternative to supervisor, compatible with Python 3, with better control over environment variables propagation, and network sockets supervision (not used yet here)
  • Mandatory perl modules for Backuppc are now installed as pre-compiled binaries from Alpine repos

Changed

  • Circus replaces Supervisor and manages now lighttpd + backuppc daemons
  • Update Alpine base image to 3.8
  • Update python from 2.7 to 3.6
  • Improve build artifacts cleaning, image sized down from 78MB to 65MB

Removed

  • Remove supervisor and its configuration
  • Remove build logic used to compile the mandatory perl modules

Docker BackupPC 4.2.1

04 Jun 22:48
Compare
Choose a tag to compare
  • Update BackupPC to version 4.2.1

Docker BackupPC 4.2.0

04 Jun 22:47
Compare
Choose a tag to compare
  • Update BackupPC to version 4.2.0

Docker BackupPC 4.1.5-2

04 Jun 22:47
Compare
Choose a tag to compare
  • Update to Alpine 3.7
  • Update to rsync-bpc 3.0.9.12

Docker BackupPC 4.1.5-1

04 Jun 22:46
Compare
Choose a tag to compare
  • Update rsync-bpc to 3.0.9.11
  • Upgrade par2cmdline to 0.8.0

Docker BackupPC 4.1.5

04 Jun 22:46
Compare
Choose a tag to compare
  • Update BackupPC to 4.1.5 (release note)
  • Update BackupPC::XS library to 0.57
  • Update rsync-bpc to 3.0.9.9

Docker BackupPC 4.1.4

04 Jun 22:45
Compare
Choose a tag to compare

Docker BackupPC 4.1.3-10

04 Jun 22:43
Compare
Choose a tag to compare
  • Extends possibilities of BACKUPPC_UUID/BACKUPPC_GUID: previously existing UUID/GUID (like 100) in container could not be reused without error. This version fixes this, and any UUID/GUID can be used now.
  • Improve supervisord logging over backuppc and lighttpd instances.