* Modified bin/BackupPC_dump to fix the case of a single partial
authorcbarratt <cbarratt>
Sat, 17 Jan 2009 19:26:46 +0000 (19:26 +0000)
committercbarratt <cbarratt>
Sat, 17 Jan 2009 19:26:46 +0000 (19:26 +0000)
commit3d15da9b2c6de8018c02677549678d6d769234b5
tree04e225c17424ed76b40ae72511f3878011b8686c
parentf076585d3ff9dfe6de32292b897e293008efe74e
 * Modified bin/BackupPC_dump to fix the case of a single partial
   backup followed by a successful incremental resulting in a full
   backup of level 1, rather than level 0.  Reported by Jeff
   Kosowsky.

 * Fixed BackupPC::PoolWrite to always create the parent directory.
   This fixed a case with rsync/rsyncd where a file like "-i" in the
   top-level directory sorts before ".", which meant the directory
   creation is after the file creation.  Also PoolWrite errors now
   increment xferError count.  Reported by Jeff Kosowsky.

 * BackupPC now gives a more useful error message if BackupPC_nightly
   takes more than 24 hours (ie: when the next one is meant to
   start).  Reported by Tony Schreiner.
12 files changed:
ChangeLog
bin/BackupPC
bin/BackupPC_dump
conf/config.pl
configure.pl
lib/BackupPC/Attrib.pm
lib/BackupPC/CGI/Restore.pm
lib/BackupPC/Lib.pm
lib/BackupPC/PoolWrite.pm
lib/BackupPC/Storage/Text.pm
lib/BackupPC/Xfer/Rsync.pm
lib/BackupPC/Xfer/RsyncFileIO.pm