In this hands-on lab, you will connect to a Red Hat 8 system using SSH. Once connected, you will install the `star` archive utility using `yum`. This directory will be used to collect files for a backup archive. Once the files are connected you will create an archive using the `star` utility, add a file to the archive once it has been created and then compress the archive using `bzip2` compression. The last step will be to view the contents of the archive using the `star` utility.
*This course is not approved or sponsored by Red Hat.*
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Install the STAR Utility
- Use the
yum
ordnf
command to install thestar
package.
- Use the
- Create a Backup Directory and Populate It with Data to Be Archived
- Create a directory called
backups
in your home directory. - Copy the
messages
andsecure
log files from/var/log
to thebackup
directory, preserving their security contexts. - Use output redirection to send the contents of
/etc/passwd
and/etc/group
to a file calledaudit.log
in the backup directory. - Send a list of the
/var/log
directory contents to a file calledloglist.txt
in the backup directory.
- Create a directory called
- Create a STAR Archive of the Backup Directory
- Use the
star
command to create an archive with extended attributes and security contexts.
- Use the
- Add a File to the Archive and Compress the Archive
- Add the
.bashrc
file to the archive. - Use
bzip2
to compress archive, preserving the star file.
- Add the
- Review the Archive to Confirm Success
- Use the
star
utility to review the contents of the compressed archive.
- Use the