Skip to content

Releases: tiredofit/docker-backuppc

6.0.4

24 May 17:07
Compare
Choose a tag to compare

Changed

  - Optimize 6.0.3

6.0.3

24 May 16:49
Compare
Choose a tag to compare

Changed

  - Alpine 3.19 base
  - Introduce patch from BackupPC upstream to solve Data:Dumper incompatibility with smbclient

6.0.2

06 Mar 17:10
Compare
Choose a tag to compare

Changed

  - Add libgomp to suppoer executing PAR2

6.0.1

20 Dec 15:00
Compare
Choose a tag to compare

Changed

  - Rollback to using Alpine 3.16 (Perl 5.34.1) due to compatibility issues

6.0.0

05 Dec 22:58
Compare
Choose a tag to compare

This introduces breaking changes due to the deprecation of the BACKUPPC_UUID and BACKUPPC_GID environment variables. They have now been replaced with USER_BACKUPPC and GROUP_BACKUPPC respectively.
Additionally, the defaults for volume mappings is going to change in an upcoming release. This release introduces the capabilities of altering them from current locations

Added

  - Introduce CONFIG_PATH, DATA_PATH, LOG_PATH, SSH_KEY_PATH for customization on where you want to store bits related to this image. See README or code for defaults
  - Switch to using container base image User and Group ID modifications (USER_BACKUPPC + GROUP_BACKUPPC)

Changed

  - Rework Dockerfile to cleanup issues relating to installation, home directory creation (#13)
  - Rework container initialization scripts splitting into functions / modernizing to latest tiredfoit base image

Reverted

  - Removal of BACKUPPC_UUID variable (see New features for replacement)
  - Removal of BACKUPPC_GUID variable (see new features for replacement)

5.3.16

01 Dec 16:45
Compare
Choose a tag to compare

Changed

  - Rework Dockerfile

5.3.15

23 Nov 17:28
Compare
Choose a tag to compare

Added

  - Alpine 3.17 base

5.3.14

05 Oct 15:22
Compare
Choose a tag to compare

Changed

  - Fix legacy nginx configuration

5.3.13

04 Oct 15:39
Compare
Choose a tag to compare

Changed

  - Switch to clone_git_repo function

5.3.12

17 Aug 23:51
Compare
Choose a tag to compare

Changed

  - Switch to using exec statements