BackupPC 4.3.1 <https://github.com/backuppc/backuppc/releases/tag/4.3.1> has been released on Github. This release has a number of bug fixes.
In addition, rsync-bpc 3.0.9.14 <https://github.com/backuppc/rsync-bpc/releases/tag/3.0.9.14> and rsync-bpc 3.1.2.1 <https://github.com/backuppc/rsync-bpc/releases/tag/3.1.2.1> have been released. Upgrading is recommended. The changes since 4.3.0 are listed below. I'd like to thank the folks that contributed to this release, and people who helped debug issues. Enjoy! Craig #------------------------------------------------------------------------ # Version 4.3.1, 14 Jul 2019 #------------------------------------------------------------------------ - Merged pull request #240 <https://github.com/backuppc/backuppc/pull/240>. - Fixed CGI host summary columns for new Comment value; reported by @karlis-irmejs <https://github.com/karlis-irmejs> (#245 <https://github.com/backuppc/backuppc/issues/245>). - Added support to BackupPC_tarCreate for PAX headers to allow large metadata values to be correctly encoded; reported by @seblu <https://github.com/seblu> (#254 <https://github.com/backuppc/backuppc/issues/254>). - Fixed regexp in BackupPC so that versions like rsync-bpc 3.1.2beta0 are matched. PR submitted by Adrien Ferrand (#240 <https://github.com/backuppc/backuppc/pull/240>). - Added more details to error messages when failing to connect to BackupPC server; reported by @dmak <https://github.com/dmak>(#261 <https://github.com/backuppc/backuppc/issues/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 <https://github.com/toggoboge> (#264 <https://github.com/backuppc/backuppc/issues/264>). - Fixed utf8 encoded share names in deletion of orphan RsyncShareNames, reported by @Yann79 <https://github.com/Yann79>(#266 <https://github.com/backuppc/backuppc/issues/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 <https://github.com/kr4ut> (#275 <https://github.com/backuppc/backuppc/issues/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
_______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/