Re: rsync retry after connection failure

2004-10-31 Thread Joost van den Broek
On Sunday 31 October 2004 12:24, Joost van den Broek wrote: > I was wondering if there's a way to get rsync reconnect every specified > secs/mins when a connection can't be established at the time rsync is > initiated. That would mean that no remote (WAN) backups will ever fail > again on me, becau

Re: rsync retry after connection failure

2004-10-31 Thread Jan-Benedict Glaw
On Sun, 2004-10-31 14:17:08 +0100, Joost van den Broek <[EMAIL PROTECTED]> wrote in message <[EMAIL PROTECTED]>: > Justin Banks wrote: > > Seems like a pretty simple shell script, to me. > > I forget to mention i'm talking about win32 rsync clients. Not sure how to > script that under this OS, an

Re: rsync retry after connection failure

2004-10-31 Thread Joost van den Broek
Justin Banks wrote: > Seems like a pretty simple shell script, to me. I forget to mention i'm talking about win32 rsync clients. Not sure how to script that under this OS, any suggestions are welcome. Joost -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Bef

Re: rsync retry after connection failure

2004-10-31 Thread Justin Banks
Joost van den Broek wrote > I was wondering if there's a way to get rsync reconnect every specified > secs/mins when a connection can't be established at the time rsync is > initiated. That would mean that no remote (WAN) backups will ever fail again > on me, because it just will retry untill th

rsync retry after connection failure

2004-10-31 Thread Joost van den Broek
I was wondering if there's a way to get rsync reconnect every specified secs/mins when a connection can't be established at the time rsync is initiated. That would mean that no remote (WAN) backups will ever fail again on me, because it just will retry untill the remote side will be available.