#63 Pass --timeout to rsync
Closed: Fixed 5 years ago Opened 6 years ago by tibbs.

Looks like it's possible for rsync to get into a state where it stops transferring data and when this happens the connection will stay live forever.

So pass --timeout with a configurable default (probably 30 seconds) to rsync and catch the return value (30). Should probably abort the transfer when this happens instead of retrying.


Login to comment on this ticket.

Metadata