Chris writes:

> I didn't see any mention of lib/BackupPC/Lib.pm being updated for the
> case when XFS is used as the pool file system  and IO::Dirent is
> installed (as per
> http://www.mail-archive.com/backuppc-de...@lists.sourceforge.net/msg00195.html).
> 
> Looking at the source of the Beta, this looks like the changes were not
> implemented.  Was it just missed, or is there another reason?

This is fixed but somehow I didn't add it to the ChangeLog.
Bernhard Ott and Tino Schwarze debugged the problem.  I'll
update the ChangeLog for the next release.

Look at the dirRead() function in lib/BackupPC/Lib.pm.  It does
the check at runtime (when $TopDir is known).  In 3.1.0 the bug
was that the check was done at startup (in the BEGIN block) on
the directory that BackupPC was started in, not $TopDir (which
is often a different file system).

Thanks to Tino and Bernhard.

Craig

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to