Karakas Online

15.1. tar (tape archiver)

Type tar then -option(s)

Options list:

tar examples

 

tar -cvpf name_of_file.tar files_to_be_backed_up

This would create a tape archive (no compressing).

tar -zxvpf my_tar_file.tar.gz

This would extract files (verbosely) from a gzipped tape archive.

Last updated Tue Nov 7 01:51:01 CET 2006 Permalink: http://www.karakas-online.de/gnu-linux-tools-summary/tar.html All contents © 2003-2006 Gareth Anderson