FreeBSD equivalent of Microsoft DFS

Matthew Seaman m.seaman at infracaninophile.co.uk
Tue Aug 10 08:03:40 UTC 2010


On 09/08/2010 23:42, Ed Flecko wrote:
> Is there a FreeBSD equivalent to Microsoft DFS, i.e., software that
> will replicate delta level file changes of network shares among
> multiple servers in real time?

It's not 'real time' but you can achieve something like this by using a
combination of ZFS snapshots and ZFS send / receive.

> Would that be rsync with just a frequently scheduled cron task?

Which works very well indeed in many situations.

Someone else has already mentioned distributed filesystems line AFS --
another thing to contemplate is the new HAST capability in FreeBSD:

    http://wiki.freebsd.org/HAST

It's conceptually similar to Linux DRBD, which in theory you can use
under FreeBSD as well, but no idea how it performs.

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                   7 Priory Courtyard
                                                  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey     Ramsgate
JID: matthew at infracaninophile.co.uk               Kent, CT11 9PW

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 267 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20100810/6a3fa858/signature.pgp


More information about the freebsd-questions mailing list