BackupPC-users

Re: [BackupPC-users] backuppc doesn't clean cpool

2008-12-02 13:52:00
Subject: Re: [BackupPC-users] backuppc doesn't clean cpool
From: Craig Barratt <cbarratt AT users.sourceforge DOT net>
To: Cesar Voulgaris <cesarv AT fisica.edu DOT uy>
Date: Tue, 2 Dec 2008 10:50:18 -0800
Cesar,

Are you sure this is 3.0 and not 3.1?

In 3.1 an optimization was added to use IO::Dirent for reading
the inodes in a directory, which on certain filesystems doesn't
work correctly.  If you are running 3.1.0 I would recommend
trying to disable IO::Dirent by changing this line:

    $IODirentOk = 1;

at line 83 of lib/BackupPC/Lib.pm to:

    $IODirentOk = 0;

Craig

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

<Prev in Thread] Current Thread [Next in Thread>