我可以让 rsync 在以下条件下工作吗?
if len(f1) != len(f2) then rsync if len(f1) == len(f2) and md5sum(f1) != md5sum(f2) then rsync
最接近的是--checksum选项?
--checksum
rsync
rsync ×1