Synchonization with Remote Server

Can anyone suggest how to automatically synchronize (mirror) a specific directory on a remote server? I want to be able to automatically update my files in a given directory on my server with the files in a specific directory on a remote server.

Many thanks!!!

[ Sticky: Posting in Howtos & FAQs
thread moved - Mod ]
 
Can you give me some lead on where to start, the website you refered too seams a bit confusing for me..

Thanks!
 
Its a port.

Code:
cd /usr/ports/net/rsync && make install clean

If you prefer a package then

Code:
pkg_add -r rsync
 
Back
Top