Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Apr 2007 09:57:19 -0500
From:      Jay Deiman <jay@splitstreams.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Network Filesystem for BSD / Linux environment
Message-ID:  <4613BCCF.2000909@splitstreams.com>
In-Reply-To: <20070404162447.j40cttjn28s0sgg8@zeus.arrishq.net>
References:  <20070404162447.j40cttjn28s0sgg8@zeus.arrishq.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Tommy Scheunemann wrote:
> Hello everyone,
> 
> I'm running 2 server, one with FreeBSD and one with Linux. Now I want to 
> synchronize data between the 2 servers, over the internet so using NFS 
> isn't a solution at all.
> Are there other possible ways of doing it ? AFS still seems in a 
> development state and Rsync over SSH might be another possible way of 
> doing it - would be just good if everything runs in background without 
> any interaction.
> 
> Thanks in advance for any help

If you actually want to "sync" the data between 2 machines, NFS/AFS 
isn't really going to do anything for you.  It would just grant access 
to the information remotely.  If you truly want to sync the data, rsync 
over ssh is the way to go.  It's pretty easy to get it running in the 
background, just set up a cron job that runs at your desired interval 
(once a day, twice a day, every 5 minutes, etc.) to do the dirty work. 
That should sync you up without any interaction.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4613BCCF.2000909>