Eric Schrock wrote:

...
Asynchronous remote replication can be done today with 'zfs send' and
zfs receive', though it needs some more work to be truly useful.  It has
the properties that it doesn't tax local activity, but your data will be
slightly out of sync (depending on how often you sync your data,
preferably a few minutes


Is it possible to add "tail -f" like properties to 'zfs send'?

I suppose what I'm thinking of for 'zfs send -f' would be to send
down all of the transactions that update a ZFS data set, both the
metadata and the data.

The catch here would be to start the 'zfs send -f' at the same time
as the filesystem came online so that there weren't any transactional
gaps.

Thoughts?

Darren

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to