小编San*_*eep的帖子

rsync 只复制改变的文件;忽略文件修改时间戳

我可以让 rsync 在以下条件下工作吗?

if len(f1) != len(f2) then rsync
if len(f1) == len(f2) and md5sum(f1) != md5sum(f2) then rsync
Run Code Online (Sandbox Code Playgroud)

最接近的是--checksum选项?


rsync

6
推荐指数
1
解决办法
4671
查看次数

标签 统计

rsync ×1