in following your next step idea, I would like to Remote Replication of ZFS
Data in that You can use the zfs send and zfs recv commands to remotely copy a
snapshot stream representation from one system to another system. For example:
zfs send zfsshare/replicateshare at today | ssh server2 zfs recv
zfsshare/relicateshare at today and have both server use samba and nfs to share
the directorys out to the other systems, so the snapshot stream would need to
be setup in a cronjob?
This message posted from opensolaris.org