vote up 1 vote down star

Hi all,

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!

flag

36% accept rate

4 Answers

vote up 0 vote down

Yummy FTP is for Mac and much faster than Transmit. It's the best you can get if you have only a FTP connection.

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

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.

link|flag
vote up 1 vote down

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

link|flag
Historically, rsync with HFS+ has been quite buggy, with regards to OS X extended attributes, resource forks etc. (including Apple's patched version), and I've found Unison sync - cis.upenn.edu/~bcpierce/unison a more reliable alternative. I've not tried rsync for a while, it may have improved. – cms Sep 18 at 10:44

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.