Brian writes: > * 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 ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ 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/