mirror of
https://github.com/rclone/rclone.git
synced 2025-03-05 04:17:41 +08: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.