Backuppc v3.1.0 Release Notes

Release Date: 2007-11-25 // over 16 years ago
  • ------------------------------------------------------------------------

    • 🛠 Fixed config editor bug for case where override is unchecked on an array where the current array is shorter than the main config's array.

    • 🛠 Fixed missing close quote in BackupPC_archiveHost reported by Franky Van Liedekerke.

    • Replaced "$BinDir/.." with $bpc->InstallDir() for path to BackupPC docs, mentioned by Kenneth Porter.

    • 🚚 Moved default of $Conf{IncrLevels} from lib/BackupPC/Storage/Text.pm to lib/BackupPC/Lib.pm (after the merge of the config files). This fixes a bug that caused $Conf{IncrLevels} to get over-ridden if it was only defined in the main config file. Reported by John Rouillard.

    • 🛠 Fixed the completion status message in BackupPC_dump so that missing error counts appear as 0, rather than empty. Reported by Bill.

    • 🔄 Changed lib/BackupPC/Xfer/RsyncFileIO.pm to only increment the error count when the md4 checksum fails on the second phase, not the first. Reported by Adrian Bridgett.

    • ⚡️ Updated a comment in config.pl about BackupPC_nightly, reported by Dan Pritts.

    • ⏪ Modified lib/BackupPC/CGI/Restore.pm to ensure that the list of hosts presented for direct restore do have direct restore enabled. Reported by Stephen Joyce.

    • ⏪ Modified lib/BackupPC/CGI/RestoreFile.pm to replace \n with \r\n in the restore http response headers. Patch submitted by Thomas Eckhardt.

    ------------------------------------------------------------------------