CompTIACompTIA
XK0-005 · Question #1244
XK0-005 Question #1244: Real Exam Question with Answer & Explanation
Sign in or unlock XK0-005 to reveal the answer and full explanation for question #1244. The question stem and answer options stay visible for context.
System Management
Question
A Linux administrator needs to back up files from a user's home directory to a remote server. The administrator copied the files last week but must ensure any files created or modified since then are added. Which of the following is the BEST command for the administrator to use?
Options
- Ascp -r /home/user99/* [email protected]:/backups/user99/
- Brsync -r /home/user99 [email protected]:/backups
- Ccp -rf /home/user99/* /mnt/backups/user99/
- Dsftp -b /home/user99/* [email protected]:/backups
Unlock XK0-005 to see the answer
You've previewed enough free XK0-005 questions. Unlock XK0-005 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#rsync#remote backup#file synchronization#Linux commands