Ignore files throwing error while rclone sync

What is the problem you are having with rclone?

I am trying to do rsync for a repo to oci bucket, my directory has files getting modified frequently, for kafka data. Because of which rclone is throwing error and cronjob is failing. I want to skip such files, if there is any such error skip those files and go ahead. And the rclone command should succeed. How to achieve this?

Run the command 'rclone version' and share the full output of the command.

Which cloud storage system are you using? (eg Google Drive)

OCI bucket

The command you were trying to run (eg rclone copy /tmp remote:tmp)

Paste command here

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

Paste config here

A log from the command that you were trying to run with the -vv flag

Paste  log here

wrap your rclone sync in some shell script and then you can handle errors yourself, e.g. ignore some of them and exit 1 regardless

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.