I have Duplicacy backing up large database dump files from a server in Dubai to a machine in the UK, using SFTP.
The network route is long and winding, and this seems to be the cause of the database backups quite often hanging with no apparent activity, and then errors like:
ERROR UPLOAD_CHUNK Failed to upload the chunk xxxxx: failed to send packet header: write tcp ###.###.###.###:59190->###.###.###.###:22: write: connection timed out
ERROR UPLOAD_CHUNK Failed to upload the chunk xxxxx: failed to send packet header: EOF
and others talking about EOF and the like (I’ll copy them here when I next see them).
Could be a similar problem to Uploaded file but failed to store EOF perhaps?
Any things I can try to reduce this problem?