mirror of
https://github.com/rclone/rclone.git
synced 2024-11-08 01:25:14 +01:00
e42edc8e8c
Before this change rclone would inefficiently and confusingly read all the files in the source directory when copy or moving a single file. This caused confusion for the users to see log messages about files which weren't part of the sync. After the change the copy and move commands use the new infrastructure made for the copyto and moveto command for single file copy and move. |
||
---|---|---|
.. | ||
copy.go |