mirror of
https://github.com/rclone/rclone.git
synced 2026-01-01 16:13:35 +00:00
The --no-traverse flag was not implemented when the new sync routines (using the march package) was implemented. This re-implements --no-traverse in march by trying to find a match for each object with NewObject rather than from a directory listing.