I'm running 'rclone copy' command to copy files from one server to another. If the command returns OK in my terminal, does it mean the copy operations have finished and also on the target side, the data is completed at the same time?
time 1;
rclone copy comand;
time 2;
so (time 2 - time 1) is the total time cost by the data copy, no background data copying, right?