Hi all – I’m running rclone on a Centos7 box to sync between a Dell ECS and Wasabi for lukewarm backup. The script we use runs nightly and iterates through an array of bucket names and rclone syncs them one at a time.
For the most part, it’s successful (though Wasabi has its own bugs). To try and get some additional error checking, I decided to capture the exit code and write that to the log every time the rclone sync finishes an iteration, so that I have error_code = # throughout my logs.
Most buckets finish with “0”, but with no other indication that there are errors occuring, sometimes the exit code will be “137”. Might there be something happening that the INFO log level isn’t capturing, and I need to crank that up? Or is this something innocuous that I can ignore?
1.42 is pretty old from June 2018. rclone is supposed to return codes documented in the documentation. You have a few options as you could probably guess. Turn up the logging to see what the issue is and if it is even in there or upgrade to 1.45 or the current beta and see if you still get those return codes. If you do, then open a issue with the log file as something isn’t right.