Backuppc v4.3.1 Release Notes

Release Date: 2019-07-14 // almost 5 years ago
  • ๐Ÿš€ This release contains several bug fixes.

    • ๐Ÿ”€ Merged pull request #240.
    • ๐Ÿ›  Fixed CGI host summary columns for new Comment value; reported by @karlis-irmejs (#245).
    • โž• Added support to BackupPC_tarCreate for PAX headers to allow large metadata values to be correctly encoded; reported by @seblu (#254).
    • ๐Ÿ›  Fixed regexp in BackupPC so that versions like rsync-bpc 3.1.2beta0 are matched. PR submitted by Adrien Ferrand (#240).
    • โž• Added more details to error messages when failing to connect to BackupPC server; reported by @dmak (#261).
    • bin/BackupPC Main_Initialize() checks if a BackupPC server is running by trying to connect to it, in addition to existing check that PID exists; reported by @toggoboge (#264).
    • ๐Ÿ›  Fixed utf8 encoded share names in deletion of orphan RsyncShareNames, reported by @Yann79 (#266).
    • ๐Ÿ›  Fixed %Conf passing to perl code version of $bpc->cmdSystemOrEval; reported by Jeff Kosowsky.
    • ๐Ÿšš BackupPC_backupDelete removes files with BPC_FTYPE_DELETED from filled merged backup; reported by Jeff Kosowsky.
    • โž• added Data::Dumper SortKeys(1) to lib/BackupPC/Storage/Text.pm so that config hash writes have repeatable order; suggested by @kr4ut (#275).
    • ๐ŸŒฒ bin/BackupPC_archive: use $bpc->openPCLogFile() instead of manual LOG file rotation
    • lib/BackupPC/CGI/Archive.pm: create client directory if it doesn't exist