Backuppc v2.1.1 Release Notes

Release Date: 2005-03-13 // about 19 years ago
  • ------------------------------------------------------------------------

    • Fixed bug in top-level restore using rsync XferMethod. BackupPC::View was leaving an extra leading "/" at the start of top-level directories, messing up the FileList sort order. Reported and debugged by Gail Edwards.

    • Added pathCreate() to BackupPC_tarExtract so that new directories are created. Required for xtar on MacOSX since the virtual resource fork directories (.rsrc) are not explicitly included in the tar archive - just the files below .rsrc are.

    • Changed $host.$bkupNum.tar$fileExt.* to $host.$bkupNum.tar$fileExt* in $parCmd in bin/BackupPC_archiveHost.

    • Fixed HostSortCompare() in BackupPC to correctly sort hosts so those with the oldest backups get queued first.

    • Changed test in BackupPC_sendEmail so that directories/files starting with "." in $TopDir/pc are ignored, rather than just "." and "..".

    • Changed BackupPC_sendEmail to include NT_STATUS_FILE_LOCK_CONFLICT in check for bad outlook files.

    • Ensure that %Status and %StatusHost are empty if requesting status on hosts in lib/BackupPC/CGI/Lib.pm GetStatusInfo(). Fixes problem with new hosts under mod_perl.

    • Added images/icon-hardlink.gif so that hardlinks show file type icon.

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