Links to other free content :

Cheap Firewall | Free e-book - Linux Administrator |  Web catalog  |  Free Guide - Kernel Module Compile |  Web catalog  | 

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.

Linux Filesystem ManualShellFree Linux Administrator GuideFree Documentation EVMSDir 4 you