mirror of
https://github.com/rclone/rclone.git
synced 2025-03-06 02:01:49 +08:00

Before this fix we were not counting transferred files nor transferred bytes for server side moves/copies. If the server side move/copy has been marked as a transfer and not a checker then this accounts transferred files and transferred bytes. The transferred bytes are not accounted to the network though so this should not affect the network stats.