Python的Fabric在本地使用rsync,可能吗?

发布于 2024-11-17 16:42:01 字数 391 浏览 1 评论 0原文

目前,Fabric 的“rsync_projecct”需要指定用户和主机参数。我在复制[电子邮件受保护]时遇到很多问题,因为它仍然是向我询问 rsync 的密码。我花了几个小时在这上面,想知道是否有一种方法可以使用 rsync [src] [dest] 而无需指定 [user] 和 [host]?或者大家有什么更好的推荐吗?

我之所以喜欢 rsync 胜过其他任何东西,是因为我已经拥有该特定命令的 rsync 文件/文件夹/排除设置。

话又说回来,我可以编写自己的 rsync 命令,对吗?

谢谢。

Currently Fabric's 'rsync_projecct' requires a user and a host parameter to be specified. I'having a lot of issues copying [email protected] because it is still asking me for the password for rsync. I've spent hours on this and am wondering if there is just a way to use the rsync [src] [dest] without having to specify a [user] and [host]? Or do you guys recommend something better?

The reason I like rsync over anything else is because I already have the rsync files/folders/excludes setup for that specific command.

Then again, I could just write my own rsync command right?

Thanks.

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

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

发布评论

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

评论(1

绝不服输 2024-11-24 16:42:01

你可以用 local() 输出并以任何你想要的方式使用 rsync 。

you can just local() out and use rsync any way you want to.

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