Solved

Using the Rsync Command, You Want to Mirror the Directories

Question 4

Multiple Choice

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?


A) rsync -a /home /backup
B) rsync -a /home/ /backup
C) rsync -a /home/* /backup
D) rsync -a /home/? /backup

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions