nerdexam
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)
  • A
    2% (1)
  • B
    76% (34)
  • C
    7% (3)
  • D
    16% (7)

Community Discussion

No community discussion yet for this question.

Full 050-720 Practice