mirror of
https://github.com/rclone/rclone.git
synced 2025-12-26 13:13:31 +00:00
Before this change rclone traversed all directories in the destination. After this change rclone doesn't traverse directories in the destination that don't exist in the source if the `--one-way` flag is set. See: https://forum.rclone.org/t/check-with-one-way-flag-should-not-traverses-all-destination-directories/13263