From: cbarratt Date: Wed, 25 Mar 2009 04:50:58 +0000 (+0000) Subject: * Moved call to NmbLookupFindHostCmd in BackupPC_dump to after the X-Git-Tag: v3_2_0beta1~9 X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=commitdiff_plain;h=2441b9094f3f6e4f2a3a4fe67781780e6f6890bd;hp=2441b9094f3f6e4f2a3a4fe67781780e6f6890bd * 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 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. ---