Archiving and compressing files in Linux
Archiving and compressing are two different concepts. Archiving is basically collecting files in a single package and a popular tool for that is called tar. Compressing is actually reducing file size by means of an algorithm and popular ones include bzip2 and gzip. I will talk about those, but first I would like to talk about another tool for creating archives: cpio. cpio The cpio command can be used to create a backup of the /home/ directory for instance: ...