rsync:入门级 1

发布于 2024-11-03 11:58:10 字数 345 浏览 2 评论 0原文

我尝试使用 rsync (cwrsync for win)将本地目录同步到远程系统,现在我遇到了入门级问题,无法找到解决方案。

Sourcedir: /cygdrive/c/temp/dirA
Destdir: /cygdrive/e/temp/destination

同步的入口级别是 0,它的意思是目的地是: /cygdrive/e/temp/destination/dirA 但它应该是 /cygdrive/e/temp/destination/{content from sourcedir} 但我找不到一个开关来更改rsync 的入门级。

有什么想法吗?

问候 雷内

i try to sync a local diretory to a remote system with rsync (cwrsync for win) now i have a problem with the entrylevel and can't find a solution.

Sourcedir: /cygdrive/c/temp/dirA
Destdir: /cygdrive/e/temp/destination

The entrylevel for sync is 0, its mean the destination is: /cygdrive/e/temp/destination/dirA but it should be /cygdrive/e/temp/destination/{content from sourcedir} But i cant find a Switch to change the entrylevel for rsync.

Any ideas?

Regards
Rene

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

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

发布评论

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

评论(1

把梦留给海 2024-11-10 11:58:10

如果要同步目录的内容而不是目录的内容,则需要在路径名末尾添加 / ,如下所示:

/cygdrive/c/temp/dirA/

if you want to rsync the contents of a directory and not the directory you need to have the / at the end of the pathname like:

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