jbrzusto / motusServer

R package to operate a server that processes data for https://motus.org
GNU General Public License v2.0
1 stars 0 forks source link

syncReceiver(): continue with processing even if rsync fails, provided some files obtained #351

Closed jbrzusto closed 6 years ago

jbrzusto commented 6 years ago

This was supposed to be happening, but the minErrCode parameter passed to safeSys() was too low: rsync has been returning an error code of 255 when the remote receiver hangs up for no reason (probably due to an overwhelmed poor WiFi connection)