Which command can be used to restore the /var/adm directory and its contents from the /dev/rmt/0 remote tape device attached to the host mars?

A.
ufsrestore cf /dev/rmt/0 ./var/adm
B.
ufrestore ./var/adm mars:/dev/rmt/0
C.
ufsrestore vf mars:/dev/rmt/0 ./var/adm
D.
ufsrestore xvf mars:/dev/rmt/0 ./var/adm
E.
ufsrestore Of rd=mars:/dev/rmt/0 ./var/adm
Explanation:
The syntax of the ufsrestore command is options, location of backup, location to be restored. The xvf options mean eXtract, Verbose and File.