rsync 仅同步目标文件夹现有文件

Sta*_*tan 3 rsync

源文件夹:A.txt B.txt C.txt 目标文件夹:B.txt

有没有办法让rsync只同步目标文件夹中的文件?那么,如果源文件夹中的 A 和 B 更新,rsync 只会将 B 复制到目标文件夹吗?

Cal*_*leb 6

rsync --existing会成功的。