tar Command Guide
Format: tar options file/directory list
Function: Create archive backups of files and directories
Options:
-c Create a new archive file
-r Append files to the end of an archive
-x Extract files from an archive
-O Extract files to standard output
-v Output related information during processing
-f …