TECH 101 Module 5 Challenge Submission File Archiving and Logging Data 2023 North western university
Module 5 Challenge Submission File Archiving and Logging Data Make a copy of this document to work in, and then for each step, add the solution command below the prompt. Save and submit this completed file as your Challenge deliverable. Step 1: Create, Extract, Compress, and Manage tar Backup Archives 1. Command to extract the TarD archive to the current directory: Tar xvf TarD 2. Command to create the Javaless_D archive from the TarDocs/ directory, while excluding the TarDocs/Documents/Java directory: tar -cvf Javaless_D --exclude TarDocs/Documents/Java TarDocs 3. Command to ensure Java/ is not in the new Javaless_D archive: tar -tvf Javaless_D | grep Java Bonus 4. Command to create an incremental archive called logs_backup_ with only changed files to for the /var/log directory:
Written for
- Institution
- TECH 101
- Course
- TECH 101
Document information
- Uploaded on
- July 20, 2023
- Number of pages
- 6
- Written in
- 2022/2023
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
tech 101 module 5 challenge submission file archiv