我想仅在rsync实际进行更改(添加/更新文件)时才运行命令.否则我想跳过它.我应该看一下回复回复吗?
if [ -n "$(rsync -i /dir1 /dir2)" ]; then run_command; fi