BackupPC-users

Re: [BackupPC-users] Log says "Pool is 0.00GB", but pool is big and growing

2009-08-05 19:31:56
Subject: Re: [BackupPC-users] Log says "Pool is 0.00GB", but pool is big and growing
From: Craig Barratt <cbarratt AT users.sourceforge DOT net>
To: "Christian G. von Busse" <CvB AT kruemel DOT org>
Date: Wed, 5 Aug 2009 16:28:14 -0700
Christian writes:
> Hi,
> 
> I'm experiencing some strange difficulties with BackupPC
> (3.1.0-3ubuntu1 on Ubuntu 8.04 LTS). It appears that BackupPC is not
> "recognizing" that it put files into the pool already. The log shows
> nightly a message according to which the pool is 0 GB, consisting of 0
> directories, whereas the pool actually exists - it's 195,120 MB
> currently, and growing day by day, cluttering my harddisk.
> 
> 2009-07-29 01:00:00 Running 2 BackupPC_nightly jobs from 0..15 (out of 0..15)
> 2009-07-29 01:00:00 Running BackupPC_nightly -m 0 127 (pid=20391)
> 2009-07-29 01:00:00 Running BackupPC_nightly 128 255 (pid=20392)
> 2009-07-29 01:00:00 Next wakeup is 2009-07-29 08:15:00
> 2009-07-29 01:00:03 Finished  admin1  (BackupPC_nightly 128 255)
> 2009-07-29 01:00:03 BackupPC_nightly now running BackupPC_sendEmail
> 2009-07-29 01:00:15 Finished  admin  (BackupPC_nightly -m 0 127)
> 2009-07-29 01:00:15 Pool nightly clean removed 0 files of size 0.00GB
> 2009-07-29 01:00:15 Pool is 0.00GB, 0 files (0 repeated, 0 max chain, 0 max 
> links), 0 directories
> 2009-07-29 01:00:15 Cpool nightly clean removed 0 files of size 0.00GB
> 2009-07-29 01:00:15 Cpool is 0.00GB, 0 files (0 repeated, 0 max chain, 0 max 
> links), 1 directories
> 
> I've searched Google and the archives. I found some similar issues,
> which appearently were resolved by adding a patch ("Tino's patch"). I
> did applied the patch (a couple of weeks ago), but the issue persists.
> 
> Any idea what could be the issue/what I could try to resolve this? If
> you need any information from my config, please let me know.

The most likely cause is that IO::Dirent fails on certain file systems.
Yes, Tino's patch is meant to fix that.  It's also fixed in 3.2.0beta0.

Just to be sure, why don't you change this line:

    $IODirentOk = 1;

in lib/BackupPC/Lib.pm to:

    $IODirentOk = 0;
    
and then see if BackupPC_nightly reports non-zero numbers?

Craig

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
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>