rsync 不同步文件

发布于 2024-08-31 16:26:28 字数 1559 浏览 5 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

欢你一世 2024-09-07 16:26:28

我使用 rsync.exe ,

rsync.exe -vrt dir1/ dir2/

首先 dir1 是:

new text.txt
new text 2.txt

并且首先 dir2 是空的,也许不应该创建偶数。
最后 dir2 是

new text.txt
new text 2.txt

i am use rsync.exe with

rsync.exe -vrt dir1/ dir2/

and at first dir1 is :

new text.txt
new text 2.txt

and first of all dir2 is empty, maybe, not should create even.
At the end dir2 is

new text.txt
new text 2.txt
桜花祭 2024-09-07 16:26:28

rsync 将跳过具有相同大小和修改日期的文件。如果您怀疑这可能是问题所在,请尝试在命令行中添加-I(或--ignore-times)选项。

rsync will skip files that have the same size and modification date. If you suspect this might be the problem, try adding the -I (or --ignore-times) option to the command-line.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文