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
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
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)- A9% (4)
- B4% (2)
- C16% (7)
- D71% (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
Community Discussion
No community discussion yet for this question.
