archive called archive which

Tar Backup In Linux

Tar is a command line utility that is used to create archives and backup files in Linux. Tar can create archives in a variety of formats, including tar, tar.gz, tar.bz2 and tar.xz. Tar can also be used to restore archives that have been created previously.

To create a tar archive, use the following command:

tar -cvf archive.tar files

This will create an archive called archive.tar, which will contain the files files. To create a compressed tar archive, use the following …