mirror of
https://github.com/rclone/rclone.git
synced 2025-01-24 12:56:36 +02:00
75de30cfa8
Before ths fix --cutoff-mode soft and cautious would emit a Fatal error which stopped the sync immediately. This fix introduces a new error which is checked in the sync error processing which stops the sync gracefully. Fixes #4576