使用慢速连接
我正在与 Textmate 和 Transmit 合作。
我在本地工作并时不时与服务器同步。
目前我自己做这件事,速度很慢并且需要一些时间。
服务器之间同步的最佳方法是什么?
另外,是否可以将目录存档并在服务器上解压?这会快得多...
谢谢!
I'm working with Textmate and Transmit.
I work locally and sync with the server every now and then.
At the moment I'm doing this by myself, it's slow and takes some time.
What are the best ways to sync between servers?
Also, is it possible to archive the directory and unpack it at the server? This would be so much faster...
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
rsync
?它几乎是为完成该任务(同步文件之间的更改)而设计的,并且是大多数 *nix 操作系统(包括 Mac OS X)的标准配置。rsync
? It's pretty much designed to do that exact task (syncing changes between files) and comes standard on most *nix OSes (including Mac OS X).如果您拥有或可以获得 ssh 访问权限,则可以使用 SSHFS 之类的内容使用 MacFUSE
这可以让您通过 Finder 远程挂载服务器文件系统,就好像它是本地的一样,但仅使用 ssh 安全 shell 远程登录。
If you have, or could obtain, ssh access you could use something like SSHFS with MacFUSE
This would let you remote mount the server filesystem though Finder, as if it were local, but only using a ssh secure shell remote login.
选项 1
选项 2
获取能够处理远程文件的编辑器。
选项 3
挂载远程目录并使用您喜欢的编辑器。
Option 1
Option 2
Get an editor which is able to work with remote files.
Option 3
Mount remote directory and use your favorite editor.
Yummy FTP 适用于 Mac,比 Transmit 快得多。如果您只有 FTP 连接,这是您可以获得的最好的结果。
Yummy FTP is for Mac and much faster than Transmit. It's the best you can get if you have only a FTP connection.