* Moved call to NmbLookupFindHostCmd in BackupPC_dump to after the
authorcbarratt <cbarratt>
Wed, 25 Mar 2009 04:50:58 +0000 (04:50 +0000)
committercbarratt <cbarratt>
Wed, 25 Mar 2009 04:50:58 +0000 (04:50 +0000)
commit2441b9094f3f6e4f2a3a4fe67781780e6f6890bd
tree5858c5c4d6a89e239994f49404953321b6f4b553
parent3d15da9b2c6de8018c02677549678d6d769234b5
* Moved call to NmbLookupFindHostCmd in BackupPC_dump to after the
  check of whether a backup needs to be done.  This makes wakeonlan
  work correctly, rather than waking up the client every WakeupSchedule.
  Reported by David Lasker.

* Improved settings for compression and compext in BackupPC_archiveStart
  based on compression type, as proposed by Paul Dugas.  compext is now
  empty, .gz or .bz2 based on ArchiveComp.

* Fixed netbios name comparison in bin/BackupPC_dump and
  bin/BackupPC_restore to just use the first 15 characters
  of the host name.  Patch from Dan MacNeil.

* Fixed nmblookup parsing in BackupPC::Lib::NetBiosInfoGet to ignore
  entries with the <GROUP> tag.  Based on patch from Dan MacNeil.

* Fixed BackupPC_dump so that the XferLOG file is saved when
  DumpPreUserCmd fails.  Reported by John Rouillard.

* Additional fr.pm fix from Vincent Fleuranceau.
ChangeLog
bin/BackupPC
bin/BackupPC_archiveStart
bin/BackupPC_dump
bin/BackupPC_restore
lib/BackupPC/Lang/fr.pm
lib/BackupPC/Lib.pm
lib/BackupPC/Xfer/Protocol.pm
lib/BackupPC/Xfer/Rsync.pm