Tar
Tape archive is a file format used to archive folders.
Command usage
Operations
Append
-r
or --append
Create
-c
or --create
Extract
-x
or --extract
or --get
List
-t
or --list
Update
-u
or --update
Options
Compression
Tar can be used with compression tools like gzip
or bzip2
.
Gzip
-z
or --gzip
Bzip2
-j
or --bzip2
XZ
-J
or --xz
File
-f
or --file
Verbose
-v
or --verbose
Directory
-C
or --directory
Wildcard
Exclude
--exclude