For some sync and copy options rclone does not return a "0" status code even if the option has a user-intended behavior. A modification needs to be made to the sync.sh script to treat some return codes as success codes.
- Sync.sh should be modified to support a list of success codes.
- An env var should be declared with "0" as default value.
For some sync and copy options rclone does not return a "0" status code even if the option has a user-intended behavior. A modification needs to be made to the sync.sh script to treat some return codes as success codes.