Skip to content

v1.9.3

Choose a tag to compare

@mkerstner mkerstner released this 02 Sep 16:36
· 1 commit to main since this release

Update straight past 1.9.2, which was wrong.

Fixed

  • Reverted 1.9.2. file not in <somewhere> is not a failure. rclone logs it for every file that is on one side and not the other — which is exactly what the delete scan is looking for, written to the log and to the candidate list in the same breath. 1.9.2 read those as unreadable folders and held back the folder containing each one, which is the parent of every deletion candidate, so the review would have shown almost nothing and every run would have reported itself failed.
  • Those lines no longer reach the log. There is one per difference, thousands on a first run, and each says what the candidate list already says while reading like something went wrong.

1.9.1 stands: a folder that genuinely cannot be listed says so in its own words, and is still held back.