mirror of
https://github.com/rclone/rclone.git
synced 2025-03-17 20:27:52 +02:00
This dramatically increases the speed (7x in my tests) of the de-dupe as google drive supports ListR directly and dedupe did not work with `--fast-list`. Fixes #2902