If I have a file (500 MB) that is in remote A, and the same file in remote B (but it's 10 MB – because the download was interrupted for example). If I move the file from B to A, would the file in A be overwritten because the one in B is newer? or will it keep the one in A since it's larger?
Here is the command and flags I plan to use (which moves everything in B to A): rclone move B: A: -P --size-only