Creating a .tar.gz archive (*nix ‘tarball’)

The following command can be used to create a .tar.gz archive, commonly referred to as a ‘tarball’ file.

tar -pczf name_of_your_archive.tar.gz file1 file2 directory1 directory2 ect...

Categories: Linux. Bookmark the permalink. Comments Off on Creating a .tar.gz archive (*nix ‘tarball’)

Comments are closed.