Novell
050-720 · Question #267
Using the rsync command, you want to mirror the directories, including any hidden files and directories within /home (not the /home directory itself) to the /backup directory. Which command…
The correct answer is B. rsync -a /home/. /backup. See the full explanation below for the reasoning.
Question
Using the rsync command, you want to mirror the directories, including any hidden files and directories within /home (not the /home directory itself) to the /backup directory. Which command accomplishes this?
Options
- Arsync -a /home /backup
- Brsync -a /home/. /backup
- Crsync -a /home/* /backup
- Drsync -a /home/? /backup
How the community answered
(45 responses)- A2% (1)
- B76% (34)
- C7% (3)
- D16% (7)
Community Discussion
No community discussion yet for this question.