Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Apr 2011 22:54:18 +0300
From:      "Vladislav V. Prodan" <universite@ukr.net>
Cc:        freebsd-fs@freebsd.org
Subject:   Re: Prompt to synchronize two volumes ZFS
Message-ID:  <4DAC96EA.8080505@ukr.net>
In-Reply-To: <BANLkTinsvVzaY9yiQ5QvVGK7gg7cPFMRcA@mail.gmail.com>
References:  <4DAC7811.3090407@ukr.net> <BANLkTinsvVzaY9yiQ5QvVGK7gg7cPFMRcA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
18.04.2011 21:12, Artem Belevich wrote:
> This page outlines ZFS replication process fairly well:
> http://wikitech-static.wikimedia.org/articles/z/f/s/Zfs_replication.html

I do not understand why dumps snapshot to a file and then deploy on a 
remote machine?
You can not like something is poured snapshot to another server?

zfs send -i export/upload@zrep-00001 export/upload@zrep-00002 | ssh 
otherservername "cat > /export/save/upload@zrep-00002"
cat /export/save/upload@rzrepl-00002 | zfs recv export/upload

Maybe there are some pitfalls?

-- 
Vladislav V. Prodan
VVP24-UANIC
+380[67]4584408
+380[99]4060508
vlad11@jabber.ru



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4DAC96EA.8080505>