On Tue, Jan 12, 2021 at 4:15 PM Greg Harris <[email protected]> wrote:
>
> Yeah, that “if you can interpret it” part gets really hard when it looks like:
>
> select(7, [6], [], [6], {tv_sec=60, tv_usec=0}) = 1 (in [6], left {tv_sec=59,
> tv_usec=999999})
> read(6,
> "\0\200\0\0\4\200\0\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
> 32768) = 27748
>
> Scrolling at 32756 lines in around 30 seconds.
That tells you it is not hung up. You could grep some 'open's out of
the stream to see what files it is examining. Sometimes the client
side will do a whole lot of reading before it finds something that
doesn't match what the server already has.
--
Les Mikesell
[email protected]
_______________________________________________
BackupPC-users mailing list
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: https://github.com/backuppc/backuppc/wiki
Project: https://backuppc.github.io/backuppc/