Consider the following ZFS configuration:
You have created snapshots of the home directories which are as follows:
You have another storage pool named bpool on the same system. You use the following command to store the
snapshots in this pool:
# zfs send rpool/export/[email protected] | zfs recv -F [email protected]
What will be created in the pool bpool as a result of this operation?
A.
bpool/export/home/
bpool/export/home/curly
B.
bpool/export/home/
bpool/export/home/curly
bpool/export/[email protected]
C.
bpool/export/home/
bpool/export/home/curly
[email protected]
D.
bpool/curly
bpool/[email protected]
E.
bpool/curly
F.
bpool/curly
[email protected]