The current ZFS configuration on server is:
You need to backup the /data file system while the file system is active.
Select the option that creates a full backup of the /data file system and stores the backup on server in the pool named backup.
Mount -F nfs system: /backup / mntzfs snapshot pool/data@monday>/mnt/Monday
Mount -F nfs systemB: /backup/mntzfs snapshot pool1/data@Mondayzfs clone pool1/data@monday/mnt/Monday
Zfs send pool1/data@Monday | ssh system zfs recv backup/monday
Zfs snapshot pool1/data@Monday | ssh system zfs recv backup/monday
http://docs.oracle.com/cd/E23823_01/html/819-5461/ghzvz.html
Submit