QuestionQ8
Automation, Orchestration, and ScriptingA systems administrator is making a backup copy of the /home/ directory. Which command lets the administrator archive and compress the directory simultaneously?
- A cpio -o /backups/home.tar.xz /home/
- B rsync -z /backups/home.tar.xz /home/
- C tar -cJf /backups/home.tar.xz /home/
- D dd of=/backups/home.tar.xz if=/home/
Community Discussion