nerdexam
Oracle

1Z0-821 · Question #228

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 correct answer is D. Zfs snapshot pool1/data@Monday | ssh system zfs recv backup/monday. Example (assuming there exists a snapshot tank/test@1). Now let's do a full initial backup from the tank/test@1 snapshot: # zfs send tank/test@1 | zfs receive tank/testback

Managing Data Storage

Question

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.

Exhibit

1Z0-821 question #228 exhibit

Options

  • AMount -F nfs system: /backup / mnt
  • BMount -F nfs systemB: /backup/mnt
  • CZfs send pool1/data@Monday | ssh system zfs recv backup/monday
  • DZfs snapshot pool1/data@Monday | ssh system zfs recv backup/monday

How the community answered

(45 responses)
  • A
    9% (4)
  • B
    4% (2)
  • C
    16% (7)
  • D
    71% (32)

Explanation

Example (assuming there exists a snapshot tank/test@1). Now let's do a full initial backup from the tank/test@1 snapshot: # zfs send tank/test@1 | zfs receive tank/testback

Topics

#zfs send#zfs recv#ZFS snapshot#backup

Community Discussion

No community discussion yet for this question.

Full 1Z0-821 Practice