Hi Brian,

On Thu, Feb 12, 2009 at 11:06:33AM -0800, Brian Woodworth wrote:

> I would really like to get the pooling to work.  Do i need to install
> IO::Dirent first?  If so, how do I do that?  I looked around a bit and could
> not really find much about it.  I am running Ubuntu Server 8.10.

Pooling is done by BackupPC_link which is invoked automatically after a
successful backup. There's nothing you have to do but making backups
complete. Do you have complete backups?

Tino.

> > >  *   0 pending backup requests from last scheduled wakeup,
> > >  *   0 pending user backup requests,
> > >  *   0 pending command requests,
> > >  *   Pool is 0.00GB comprising 0 files and 0 directories (as of 1/29
> > 01:00),
> > >  *   Pool hashing gives 0 repeated files with longest chain 0,
> > >  *   Nightly cleanup removed 0 files of size 0.00GB (around 1/29 01:00),
> > >  *   Pool file system was recently at 83% (1/29 18:59), today's max is
> > 83% (1/29 17:08) and yesterday's max was 82%.
> >
> > It looks like BackupPC_nightly is failing to traverse the pool.
> > This could be due to a bug in IO::Dirent that causes it to fail
> > on certain file systems.  There is a test in 3.1.0 to check if
> > IO::Dirent works, but it checks ".", not $TopDir.  That bug is
> > fixed in CVS.
> >
> > Do you have IO::Dirent installed and is your pool on XFS?
> >
> > If so, change this line in lib/BackupPC/Lib.pm:
> >
> >    $IODirentOk = 1;
> >
> > to:
> >
> >    $IODirentOk = 0;
> >
> > Craig
> >
> 
> 
> 
> -- 
> Brian Woodworth
> bwoodwo...@gmail.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/


-- 
"What we nourish flourishes." - "Was wir nähren erblüht."

www.lichtkreis-chemnitz.de
www.craniosacralzentrum.de

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
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