Good day, On 05/12/15 21:11, Les Mikesell wrote: >> Well I did have ServerAliveInterval set. And as I mentioned, a parallel >> > ssh session was still up, even when backuppc/rsync reported a timeout/EOF: > Yes, that is the problem you really need to solve. Why is your > connection breaking before the remote rsync exits? A 'parallel' ssh > would not necessarily do the same thing where session timeouts are > involved. Might be worth snooping with tcpdump/wireshark at both ends > to see if they both end up waiting or if something has sent a reset.
I'll see what I can do. Since it is transferring quite a lot of data before timing it out, I set up tcpdump to limit itself to 96 bytes. Otherwise this would fill up the disk quite quickly. ~# tcpdump -v -s96 -i tun2 port rsync and host 10.21.32.5 -w pcap/client.pcap > > This one – the failing one – is always listing "pool" or "create" maybe, > > but not a single time do I see a "same". > I'm not sure if the xfer always has the same ordering - maybe it is > just hitting different files first. Are you seeing files logged that > already exist in the partial copy? Yes, absolutely. Right now for instance it's transferring these files: pool 444 400/401 2016768 Program Files (x86)/Corel/CorelDRAW Graphics Suite X5/Setup/CGS15/Draw.msi and a quick check shows that these files are already present on the target host: ~# ls -l /mounts/raid/backuppc/pc/client/92/fC/fProgram\ Files\ \(x86\)/fCorel/ The backup process is always starting with /cygdrive/c so at least some of these files should be "same". BR, David -- TenTwentyFour S.à r.l. W: www.tentwentyfour.lu T: +352 20 211 1024 F: +352 20 211 1023 9 av. des Hauts-Fourneaux 4362 Esch-sur-Alzette
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase in this all-in-one HTML5 development environment. Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs. http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
_______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
