将文件夹从一台 Fedora 15 服务器同步到另一台服务器
在一台服务器 [s1] 上,我创建一个页面,并将其大小调整为一个文件夹中的 300x300 大小和子文件夹中的 [缩略图] 130x130 大小。 s1 是一台灯服务器。我有另一台服务器 [s2] 运行相同的操作系统 [fedora 15],仅通过 nginx 提供静态文件 [图像、css、js]。
从 s1 创建图像[调整大小等]后,是否可以将图像复制到 s2?
这种情况每天可能只发生 10-20 次,但需要立即进行[如果可能的话]。 我读过有关使用 php & sftp 但我一直无法理解它。
我想我的问题更重要的是;谁能推荐一个可靠的方法?
On one server [s1] I for a page I create and resize one image into a 300x300 in one folder and [a thumbnail] 130x130 in a subfolder. s1 is a lamp server. I have another server [s2] running the same OS [fedora 15] serving static files [images, css, js] only, via nginx.
Is it possible to copy the images to s2 after they are created [resized, etc] from s1.?
This only happens maybe 10-20 times a day but needs to be immediate [if possible].
I've read about using php & sftp but I have been unable to make sense of it.
I guess my question, more to the point, is; Can anyone recommend a method that is reliable.?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
似乎您需要 rsync。
您可以以任何您想要的方式执行该命令。
看几个例子。 http://www.thegeekstuff.com/2010/09/rsync-command-示例/(不是我的博客)
Seems like you are in need of rsync.
You can execute that command any way you want.
Have a look at few examples. http://www.thegeekstuff.com/2010/09/rsync-command-examples/ (not my blog )