Introduction to Archiving and Backup Tools in Linux

Slide Note
Embed
Share

Learn about essential archiving and backup commands in Linux, including gzip for compression, gunzip for decompression, tar for archiving files, zip for compression and archiving, and unzip for decompressing zip files. Understand the purpose and usage of each command with examples provided.


Uploaded on Sep 06, 2024 | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. Download presentation by click this link. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

E N D

Presentation Transcript


  1. The Linux Command Line Chapter 18 Archiving And Backup Prepared by Dr. Reyes, New York City College of Technology

  2. gzip Command gzip command used to compress one or more files Example:

  3. gunzip Command gunzip command used to decompress files Example:

  4. tar Command tar Command used for archiving files. It s name is short for tape archive. Modes: Example:

  5. zip Command zip command that is both a compression tool and an archiver o Usage: zip options zipfilename file1, file,2, ..., filen Example:

  6. unzip Command unzip - command used to decompress a zip file o Usage: unzip options zipfilename Example:

Related


More Related Content