I want to know if there is a way to have mirror folders with a remote machine. I see some solutions for syncing folders with a backup drive, but I am not interested in that. I want to sync a folder with a remote machine through ssh. I am on OSX leopard

Ted.

link|improve this question
Is SSH a requirement? – Shinrai Dec 8 '10 at 18:16
1  
also for clarity, you want both to have live access concurrently or you want to mirror it on a regular basis? – aking1012 Dec 8 '10 at 18:21
Hmmm live access concurrently, don't know what you mean by that? The best solution would probably be that it automatically picks up changes and mirrors them on the server when I save a file. I notice that RSYNC does pretty much what I need, I use a script for it. – user58416 Dec 8 '10 at 22:27
feedback

1 Answer

up vote 3 down vote accepted

You should look into using RSYNC, which works with Macs, LInux, and even windows. Great mirroring tool that replicates just changes..

link|improve this answer
feedback

Your Answer

 
or
required, but never shown