How to create a tar file using the tar command

The tar utility is used to combine multiple files or directories into a single file. This allows for easy backup to remote systems or to just have a backup copy on the local machine should you need one. The ability to compress via bzip2, gzip or xz is built into the utility allowing you toContinue reading “How to create a tar file using the tar command”