* Removed default paths from conf/config.pl so configure.pl will
authorcbarratt <cbarratt>
Sun, 3 Dec 2006 02:43:42 +0000 (02:43 +0000)
committercbarratt <cbarratt>
Sun, 3 Dec 2006 02:43:42 +0000 (02:43 +0000)
commite3a3959dcdb461886ed2d5fa4bcd3e345e750e7a
tree51d1d6b163fb2d1180799df5b4199b79442c195b
parentee969a9445a5439cf94a516c7d882e12b1bdf945
* Removed default paths from conf/config.pl so configure.pl will
  determine the correct ones at install time.  Avoids problem of
  the config editor complaining about bad executable paths the
  first time you use it.

* Changed first byte of compressed files with rsync checksums appended
  to 0xd7 to allow correct protocol_version >= 27 md4 checksums to be
  written.  Old cached checksum files have a first byte 0xd6 and are
  now considered to be uncached.  They will be automatically updated
  as needed.

* BackupPC_tarPCCopy now handles all file types correctly.  Reported
  by George Avrunin.

* Fixes for rsync restore where hardlink is to file outside of the
  top-level restore directory.  Reported by George Avrunin, who helped
  with debugging.

* Fixes for checksum mismatch on restore for certain file sizes.
  Reported by George Avrunin and others.
ChangeLog
bin/BackupPC_tarCreate
bin/BackupPC_tarPCCopy
conf/config.pl
configure.pl
lib/BackupPC/CGI/EditConfig.pm
lib/BackupPC/FileZIO.pm
lib/BackupPC/Xfer/RsyncDigest.pm
lib/BackupPC/Xfer/RsyncFileIO.pm