On Tue, 2009-04-07 at 15:20 +0530, Ashish Verma wrote: > Hi, > > I am currently running rsync over a vpn connection. At times the VPN > connection disconnects and rsync is killed. Is there a way to have > persistent (keep trying till the connection comes up) / continue previous > session, something like 'wget -c'.
You might want to try setting a high value for the --timeout option. I haven't tried this, though, so good luck. To 'continue' a previous session, use the --partial option. -- Regards, Roshan George <[email protected]> _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
