--timeout=... lesson learned...

2011-08-01 Thread Bjorn Madsen
I thought other might benefit from this lesson learned and thought it maybe should be added to the man-pages. I thought my network connection was glitchy and hence set rsync up for --timeout=120 but I found out that I was actually causing the glitch with this script: #! /bin/sh - while true; do

Re: --timeout=... lesson learned...

2011-08-01 Thread Brian K. White
On 8/1/2011 4:30 AM, Bjorn Madsen wrote: I thought other might benefit from this lesson learned and thought it maybe should be added to the man-pages. I thought my network connection was glitchy and hence set rsync up for --timeout=120 but I found out that I was actually causing the glitch with