nerdexam
SUN

310-200 · Question #10

You want to backup an active ZFS file system named dbase. When listing the information on the file system, the following information is displayed: Rather than unmount the file system and make it…

The correct answer is D. zfs snapshot data/dbase@ dbase_snapshot. See the full explanation below for the reasoning.

Question

You want to backup an active ZFS file system named dbase. When listing the information on the file system, the following information is displayed:

Rather than unmount the file system and make it unavailable during the backup, you want to create a point in time snapshot of the file system and backup that snapshot. Which command is used to create a point in time snapshot of the dbase file system?

Options

  • Azfs clone data/dbase data/sdbase/dbase_snapshot
  • Bzfs snapshot files/data data_snapshot
  • Cfssnap -F ufs -o bs=/var/tmp /data/dbase /dev/fssnap/0
  • Dzfs snapshot data/dbase@ dbase_snapshot

How the community answered

(32 responses)
  • A
    3% (1)
  • B
    6% (2)
  • C
    9% (3)
  • D
    81% (26)

Community Discussion

No community discussion yet for this question.

Full 310-200 Practice