使用慢速连接

发布于 2024-08-05 23:43:47 字数 168 浏览 6 评论 0原文

我正在与 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 技术交流群。

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

发布评论

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

评论(4

一杆小烟枪 2024-08-12 23:43:47

之间同步的最佳方式是什么
服务器?

rsync?它几乎是为完成该任务(同步文件之间的更改)而设计的,并且是大多数 *nix 操作系统(包括 Mac OS X)的标准配置。

What are the best ways to sync between
servers?

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).

仙气飘飘 2024-08-12 23:43:47

如果您拥有或可以获得 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.

舂唻埖巳落 2024-08-12 23:43:47

选项 1

rsync --help

选项 2

获取能够处理远程文件的编辑器。

选项 3

挂载远程目录并使用您喜欢的编辑器。

Option 1

rsync --help

Option 2

Get an editor which is able to work with remote files.

Option 3

Mount remote directory and use your favorite editor.

山人契 2024-08-12 23:43:47

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.

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