If I recall correctly, I had this same problem when I installed 3.0 on
Debian Etch, using the package in the testing repository.  I think I
fixed it by changing permissions in /var/lib/backuppc.  I think maybe
they were set to root ownership, and I changed it to backuppc, but I
don't remember for sure.

-Rob

Craig Barratt wrote:
> Doug writes:
>
>   
>> I've installed the 3.1.0beta0 build on my system, everything seems to be
>> backing up fine, I am able to traverse the tree, but the summary page is
>> incorrect:
>>     
>
> Do you mean just the pool information is missing?
>
>   
>>           o Pool is 0.00GB comprising 0 files and 1 directories (as of
>>             9/9 01:00),
>>           o Pool hashing gives 0 repeated files with longest chain 0,
>>           o Nightly cleanup removed 0 files of size 0.00GB (around 9/9
>>             01:00),
>>     
>
> It appears that BackupPC_nightly can't traverse the pool tree.
> Are there any errors in the main LOG file?
>
> Is your $TopDir a symlink?  That shouldn't matter, although
> I did change the way the directory tree is traversed.
>
> What happens if you run BackupPC_nightly manually?  Ideally
> do it when BackupPC is otherwise idle.  You could run it
> on a subset of tree with:
>
>     su backuppc
>     /usr/local/BackupPC/bin/BackupPC_nightly 0 31
>
> or much faster with:
>
>     /usr/local/BackupPC/bin/BackupPC_nightly 0 0
>
> There is a debug print() commented out that you could uncomment:
>
>     # print("Doing $pool/$dir\n") if ( ($i % 16) == 0 );
>
> Does it print the correct path?
>
> Next, add a debug print to GetPoolStats() to print $file:
>
>     print("file = $file, fullPath = $fullPath\n");
>
> What output do you get from that?
>
> Craig
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> BackupPC-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/backuppc-users
> http://backuppc.sourceforge.net/
>   

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to