[Box Backup] infinite loop?
Charles Lecklider
boxbackup@fluffy.co.uk
Tue, 09 Nov 2004 16:07:23 +0000
On my boxbackup client (FreeBSD 4.10) I've got this:
PID NICE SIZE RES STATE TIME WCPU CPU COMMAND
14544 0 49688K 48576K RUN 17.3H 98.10% 98.10% bbackupd
So I looked at the logs:
-su-2.05b# tail /var/log/box
Nov 9 05:58:54 blue bbackupd[14544]: Receiving stream, size 793
Nov 9 05:58:54 blue bbackupd[14544]: Send
ListDirectory(0x46dc5,0xffffffff,0xc,true)
Nov 9 05:58:55 blue bbackupd[14544]: Receive Success(0x46dc5)
Nov 9 05:58:55 blue bbackupd[14544]: Receiving stream, size 537
Nov 9 05:58:55 blue bbackupd[14544]: Send
ListDirectory(0x46dca,0xffffffff,0xc,true)
Nov 9 05:58:55 blue bbackupd[14544]: Receive Success(0x46dca)
Nov 9 05:58:55 blue bbackupd[14544]: Receiving stream, size 89
Nov 9 05:59:16 blue bbackupd[14544]: Send
ListDirectory(0x46dcb,0xffffffff,0xc,true)
Nov 9 05:59:21 blue bbackupd[14544]: Receive Success(0x46dcb)
Nov 9 05:59:21 blue bbackupd[14544]: Receiving stream, size 9767673
And on the server (FreeBSD 4.10):
Nov 9 05:04:35 server1 bbstored[98973]: Incoming connection from <myip>
port 65353 (handling in child 92362)
Nov 9 05:04:36 server1 bbstored[92362]: Certificate CN: BACKUP-1
Nov 9 05:04:36 server1 bbstored[92362]: Login: Client ID 00000001,
Read/Write
Nov 9 05:14:10 server1 bbstored/hk[98974]: Starting housekeeping
Nov 9 05:14:10 server1 bbstored/hk[98974]: Finished housekeeping
Nov 9 05:29:10 server1 bbstored/hk[98974]: Starting housekeeping
Nov 9 05:29:10 server1 bbstored/hk[98974]: Finished housekeeping
Nov 9 05:44:10 server1 bbstored/hk[98974]: Starting housekeeping
Nov 9 05:44:10 server1 bbstored/hk[98974]: Finished housekeeping
Nov 9 05:59:10 server1 bbstored/hk[98974]: Starting housekeeping
Nov 9 05:59:10 server1 bbstored/hk[98974]: Finished housekeeping
Nov 9 06:14:10 server1 bbstored/hk[98974]: Starting housekeeping
Nov 9 06:14:10 server1 bbstored/hk[98974]: Finished housekeeping
Nov 9 06:14:14 server1 bbstored[92362]: in server child, exception
Connection P
rotocol_Timeout (Probably a network issue between client and server.)
(7/41) --
terminating child
Nov 9 06:29:10 server1 bbstored/hk[98974]: Starting housekeeping
Nov 9 06:29:22 server1 bbstored/hk[98974]: On housekeeping, sizes in
store do n
ot match calculated sizes, correcting
Nov 9 06:29:22 server1 bbstored/hk[98974]: different (store,calc): acc
0x000000
01, used (2292040,2292089), old (75605,75607), deleted (595401,595401),
dirs (34
067,34069)
followed by a bunch of normal housekeeping messages.
It was working fine with 3.5Gb of other stuff, but it's choked now that
I added my Maildirs to the list. Anything I can try to make this work,
or do I need to find another way to backup large directories?
-C