[OpenIndiana-discuss] Antwort: Transferring everything in one zpool to be a subtree in another larger zpool

Hans J. Albertsson hans.j.albertsson at gmail.com
Tue May 5 15:05:41 UTC 2015


In OI 151a7, the option -r is NOT available in zfs send.
See https://www.illumos.org/issues/2811

Has this been fixed in later OI versions???

On 2015-05-04 10:25, Thorsten Heit wrote:
> 2) Send the pool to your new machine:
>
> root at oldmachine:# zfs send -R <oldpool>@<snapshot_name> | \
>      ssh root@<new_machine> '/usr/sbin/zfs receive <newpool>/<new_name>'
>
> "-R" creates a replication stream package that sends everything
> recursively up to the named snapshot, including properties, snapshots,
> descendent file systems and clones.
>
> If you're not interested in older snapshots, use "-rp" instead of "-R"
> whereas "-r" creates a recursive stream package and "-p" tells "zfs send"
> to include properties.




More information about the openindiana-discuss mailing list