如何让 rSync 只传输最终文件夹?

发布于 2024-11-09 01:25:35 字数 267 浏览 2 评论 0原文

大家好,我不知道如何正确表达这一点,但是当我运行时(忽略 $DESTINATION):

rsync -avz tmp $DESTINATION

它将传输 tmp 的完整路径。因此,如果 tmp 位于 /root/tmp 中,则保存,而不是仅将 tmp 放入我的目标文件夹中,而是将 /root/tmp 的完整路径或它所在的任何位置放入...有没有办法解决这个问题?我只想将特定目录及其中的所有内容放入其中...而不是其上方的路径。

谢谢

Hey all, I don't know how to properly phrase this but when I run (ignore $DESTINATION):

rsync -avz tmp $DESTINATION

it will transfer the full path of tmp. So save if tmp is in /root/tmp instead of putting just tmp in my destination folder it puts the full path of /root/tmp or wherever it is located... is there a way around this? I just want to put the specific directory and everything in it... not the path above it as well.

Thanks

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

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

发布评论

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

评论(1

心清如水 2024-11-16 01:25:35

使用 -R 使用相对文件名。

use -R to use relative file names.

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