The command:
rclone sync /data1/ some-remote:/data1/ --progress --size-only --create-empty-src-dirs
I want to run rclone rsync to compare only the file name and file size, not the file modification time.
I read this online document rclone sync, that
There is a "--size-only" option in the "Copy Options" section, but there is no "--size-only" option in the "Sync Options" section. So can you tell me if the "--size-only" option applies to the rclone rsync command?