How to archive files in linux using tar command
Data archiving in Linux is the method of storing one or more files into a single file for backup or distribution (transferring files locally or through network) purpose. There are many tools available in Linux that can perform data archiving. In this post we will discuss about tar, which is the basic command line archiving utility available in Linux. tar command can archive files on a local disk as well as on a tape device. Similarly it can extract data from an archive file as well as from the tape device. The syntax of tar command is