Web Farm 文件分发
我正在寻找一种将文件从我的计算机移动到网络场中的多台服务器的方法。
我目前使用 Beyond Compare 来移动文件; 场中的每台服务器都有一个 BC 会话。 我对此很满意,因为 BC 速度很快,而且我喜欢我的控制能力。
我们的业务给了我一个新的需求,就是图片的自动文件分发。 我读过一些有关 DFS 的内容,但我不确定这是否是我想要的路线。 我希望这些文件实际上最终出现在服务器上。
有任何工具可以实现这一点。 也许是一个脚本选项?
I'm looking for a way to move files from my machine to several servers on a web farm.
I currently use beyond compare to move the files over; one BC session for each server on the farm. I'm fine with this because BC is fast and I like the control I have.
Our business gave me a new requirement of automatic file distribution of images. I've read a little about DFS but I'm not sure that is the route I want to take. I want the files to actually end up on the servers.
Any tools for this out there. A scripting option perhaps?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我们使用 Robocopy 将相同的配置文件复制到 Citrix 场中的所有服务器,效果很好。
We use Robocopy in order to copy identical configuration files to all servers in a citrix farm, works great.
查看 MSDeploy 和 MSBuild 这 可能是 msdeploy 的较新版本
在我的地方,我认为我们使用 这 可能是 msdeploy 的较新版本。 aspx?id=8232" rel="nofollow noreferrer">WanSync 虽然我不能 100% 确定,因为我不在那个部门。
Have a look into MSDeploy and MSBuild this might be a newer version of msdeploy
At my place I think we use WanSync though I couldn't be 100% sure because I'm not in that department.