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@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.
_______________________________________________
openindiana-discuss mailing list
[email protected]
http://openindiana.org/mailman/listinfo/openindiana-discuss