The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README | 2020-02-18 | 1.4 kB | |
| BackupPC-4.3.1.tar.gz | 2020-02-18 | 638.4 kB | |
| Totals: 2 Items | 639.7 kB | 0 | |
BackupPC 4.3.1 is a bug fix release: * 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