On Tue, Apr 7, 2009 at 3:20 PM, Ashish Verma <[email protected]> wrote: > 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'.
Write a shell script that repeats rsync until it exits with a zero exit code. See man rsync, "EXIT VALUES" section. - Raja _______________________________________________ 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
