- Install DejaVu font for a better look and readability of generated RRD graphs in BackupPC UI (#21 from @jkroepke)
- 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.
- Update Alpine base image to 3.9
- 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
- Update perl lib BackupPC::XS to 0.58
- Update rsync-bpc to 3.1.2.0
- 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
- Allow to use a pre-existing
server.pem
file mounted into the container to serve the BackupPC UI over https
- Update BackupPC to 4.2.0
- Update perl lib BackupPC::XS to 0.58
- Update rsync-bpc to 3.0.9.13
- Add support for ACL to rsync-bpc (from @JoelLinn in #9)
- Set up a complete CI/CD system for this Docker, using CircleCI: docker is now automatically packaged, tested and deployed to Docker Hub
- 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.
- 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
- 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
- Remove supervisor and its configuration
- Remove build logic used to compile the mandatory perl modules
- Update BackupPC to 4.2.1
- Update BackupPC to 4.2.0
- Update Alpine base image to 3.7
- Update rsync-bpc to 3.0.9.12
- Update rsync-bpc to 3.0.9.11
- Update par2cmdline to 0.8.0
- Update BackupPC to 4.1.5
- Update perl lib BackupPC::XS to 0.57
- Update rsync-bpc to 3.0.9.9
- Update BackupPC to 4.1.4
- Extends possibilities of
BACKUPPC_UUID
/BACKUPPC_GUID
: previously existingUUID
/GUID
(like 100) in container could not be reused without error. This version now handles it: anyUUID
/GUID
can be used. - Extended supervisord logging capabilities over backuppc and lighttpd instances.
- Add missing runtime libraries mandatory for par2
- Update par2cmdline to 0.7.4
- TimeZone: fix inverted check of TZ, from PR #5 of @merikz
- Correct MIME types provided by the lighttpd server (issue #4 by @vb4life)
- Update par2cmdline to 0.7.3
- Add env variable driven timezone
- Disabling strict hostkey checking. As per the comment this should be the intended behavior.
- Persist log dirs files in /data/backuppc
- Update perl lib BackupPC::XS to 0.56
- Update rsync-bpc to 3.0.9.8
- Persist htpasswd config for admin access
- Update Alpine base image to 3.6
- Update BackupPC to 4.1.3
- Update perl lib BackupPC::XS to 0.55
- Update par2cmdline to 0.7.2
- Update perl lib BackupPC::XS to 0.54
- Update rsync-bpc to 3.0.9.7
- Disable strict host key checking
- Update BackupPC to 4.1.2
- Update BackupPC to 4.1.1
- Update BackupPC to 4.1.0
- Create this docker and its core principles.