Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
BackupPC-4.1.1.tar.gz | 2017-03-30 | 619.3 kB | |
README | 2017-03-30 | 1.5 kB | |
Totals: 2 Items | 620.8 kB | 0 |
BackupPC 4.1.1 is a bug fix release. There are several minor bug fixes, including: * Merged pull requests: #77, #78, #79, #82 * Added missing BackupPC_migrateV3toV4 to makeDist (issue #75) reported by spikebike. * Fixed divide-by-zero in progress % report in BackupPC_migrateV3toV4 (issue #75) reported by spikebike. * In lib/BackupPC/Lib.pm, if Socket::getaddrinfo() doesn't exist (ie, an old version of Socket.pm), then default to ipv4 ping. * Updates to configure.pl to make config-path default be based on config-dir (#79), prepended config-path with dest-dir, fixing a config.pl merge bug affecting $Conf{PingPath} reported by Richard Shaw, and a few other fixes. * Updated required version of BackupPC::XS to 0.53 and rsync_bpc to 3.0.9.6. * Minor changes to systemd/src/init.d/gentoo-backuppc from sigmoidal (#82). * Added RuntimeDirectory to systemd/src/backuppc.service. * Use the scalar form of getpwnam() in lib/BackupPC/CGI/Lib.pm and lib/BackupPC/Lib.pm BackupPC 4.1.1 requires the perl module BackupPC::XS (0.53) and rsync-bpc (>= 3.0.9.6). Those releases are here: https://github.com/backuppc/backuppc-xs/releases https://github.com/backuppc/rsync-bpc/releases After installing those releases, BackupPC 4.1.1 can be installed from the tar ball with: tar zxf BackupPC-4.1.1.tar.gz cd BackupPC-4.1.1 perl configure.pl See the README.md, ChangeLog and doc/BackupPC.html files for more information.