Which is the result of the following command?

Which is the result of the following command?
# zfs send –i dpool/sales/qrreports@qtrreport dpool/sales/qrreports@mth3qtrreport

Which is the result of the following command?
# zfs send –i dpool/sales/qrreports@qtrreport dpool/sales/qrreports@mth3qtrreport

A.
An error message will be sent to standard error.

B.
The dpool/sales/qrreports@qtrreport snapshot is saved to disk.

C.
The dpool/sales/qrreports@mth3qtrreport snapshot is saved to disk

D.
The difference between the First snapshot and the second snapshot will be written to disk

Explanation:
root@solaris:~# zfs snapshot pool1/sales/qrreports@qrreport
root@solaris:~# zfs list -t snapshot -r pool1/sales/qrreports
NAME USED AVAIL REFER MOUNTPOINT
pool1/sales/qrreports@qrreport 0 – 31K –
root@solaris:~# zfs send -i pool1/sales/qrreports@qrreport pool1/sales/qrreports@mth2qtrreport
Error: Stream can not be written to a terminal.
You must redirect standard output.



Leave a Reply 0

Your email address will not be published. Required fields are marked *