如何在负载均衡实例中同步文件?
我们在多个负载均衡实例上部署时面临的挑战之一是 – 未将最新代码库部署到一个或多个负载均衡实例的风险。
想法是仅使用一个实例进行直接部署,并委托同步到一个脚本,该脚本将选定的文件夹列表同步到其他负载平衡的实例。
有没有什么工具可以帮助我们在 LINUX 机器中进行同步?
One of the challenges that we face during deployments on multiple load balanced instances is – the risk of not deploying the latest code base to one or more load balanced instances.
Idea is to use only one instance for direct deployment and entrust sync up to a script that syncs up selected list of folders to the other load balanced instances.
Are there any tools that helps us in doing this synchronization in LINUX boxes?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 rsync
Check out rsync
这是一个旧线程,但 Unison http://www.cis.upenn.edu/~ bcpierce/一致/
This is an old thread, but Unison http://www.cis.upenn.edu/~bcpierce/unison/