mirror of
https://github.com/rclone/rclone.git
synced 2025-01-19 04:47:54 +02:00
dd6e229327
If using rclone move and --check-first and --order-by then rclone uses the transfer routine to delete files to ensure perfect ordering. This will cause the transfer stats to have a larger than expected number of items in it so we don't enable this by default. Fixes #6033