Changes for 2.1.3: v2_1_3
authorcbarratt <cbarratt>
Mon, 22 Jan 2007 07:50:00 +0000 (07:50 +0000)
committercbarratt <cbarratt>
Mon, 22 Jan 2007 07:50:00 +0000 (07:50 +0000)
commit2a19fd178108b0898e79d2b8908236429ca4c6a3
tree6dbd43a6192f3cef7bf6fc692fe69d37e8d944e1
parent99b9efe77451800084c477ed2139100f830cb7db
Changes for 2.1.3:

* Fixes to lib/BackupPC/Xfer/Tar.pm for tar 1.16: allow 1
  (ie: 256) as a successful exit status and match "Total
  bytes read" message for restores.  First reported by
  Torsten Sadowski and debugged by Ralf Gross and Holger
  Parplies.

* Fix to bin/BackupPC to correctly re-queue multiple restore
  requests directed at the same host.

* Added pt_br.pm language file provided by Reginaldo Ferreira.

* In conf/config.pl, changed --devices to -D in $Conf{RsyncArgs}
  and $Conf{RsyncRestoreArgs} to fix "fileListReceive failed" and
  "Can't open .../f%2f for empty output" errors with rsync 2.6.7+.
  Fix proposed by Justin Pessa and Vincent Ho, and confirmed by
  Dan Niles.

* Added patch from Michael (mna.news) to ignore "file is unchanged"
  message from tar 1.15.x during incremental backups.

* Fixed creation of .rsrc directories in bin/BackupPC_tarExtract
  when used with xtar on MacOS.  Reported by Samuel Bancal and
  Matthew Radey, who helped with debugging.

* Fixed bug in BackupPC_tarExtract for files >8GB in size whose
  lengths are multiples of 256.  Reported by Jamie Myers and
  Marko Tukiainen, who both helped debugging the problem.

* Fixed bug in lib/BackupPC/Xfer/RsyncFileIO.pm that caused
  incorrected deleted attributes to be set in directories
  where one of the files had an rsync phase 1 retry during
  an incremental.  Reported by Tony Nelson.
53 files changed:
ChangeLog
bin/BackupPC
bin/BackupPC_archive
bin/BackupPC_archiveHost
bin/BackupPC_compressPool
bin/BackupPC_dump
bin/BackupPC_link
bin/BackupPC_nightly
bin/BackupPC_restore
bin/BackupPC_sendEmail
bin/BackupPC_serverMesg
bin/BackupPC_tarCreate
bin/BackupPC_tarExtract
bin/BackupPC_trashClean
bin/BackupPC_zcat
bin/BackupPC_zipCreate
cgi-bin/BackupPC_Admin
conf/config.pl
lib/BackupPC/Attrib.pm
lib/BackupPC/CGI/AdminOptions.pm
lib/BackupPC/CGI/Archive.pm
lib/BackupPC/CGI/ArchiveInfo.pm
lib/BackupPC/CGI/Browse.pm
lib/BackupPC/CGI/DirHistory.pm
lib/BackupPC/CGI/EmailSummary.pm
lib/BackupPC/CGI/GeneralInfo.pm
lib/BackupPC/CGI/HostInfo.pm
lib/BackupPC/CGI/LOGlist.pm
lib/BackupPC/CGI/Lib.pm
lib/BackupPC/CGI/Queue.pm
lib/BackupPC/CGI/ReloadServer.pm
lib/BackupPC/CGI/Restore.pm
lib/BackupPC/CGI/RestoreFile.pm
lib/BackupPC/CGI/RestoreInfo.pm
lib/BackupPC/CGI/StartServer.pm
lib/BackupPC/CGI/StartStopBackup.pm
lib/BackupPC/CGI/StopServer.pm
lib/BackupPC/CGI/Summary.pm
lib/BackupPC/CGI/View.pm
lib/BackupPC/FileZIO.pm
lib/BackupPC/Lang/pt_br.pm [new file with mode: 0644]
lib/BackupPC/Lib.pm
lib/BackupPC/PoolWrite.pm
lib/BackupPC/View.pm
lib/BackupPC/Xfer/Archive.pm
lib/BackupPC/Xfer/Rsync.pm
lib/BackupPC/Xfer/RsyncDigest.pm
lib/BackupPC/Xfer/RsyncFileIO.pm
lib/BackupPC/Xfer/Smb.pm
lib/BackupPC/Xfer/Tar.pm
lib/BackupPC/Zip/FileMember.pm
makeDist
makePatch