"Linux@ Basics ~" # Packaging and Backup

Source: Internet
Author: User

Learning here, I believe that you are no longer unfamiliar with Linux, this section on the more easy and useful topics-packaging and backup. The first thing we should be familiar with is what kind of compressed and backed-up files Linux has, which are the commands and the appropriate scenarios for their application. Then we'll just have to hit the order and it's OK.Package and Backup 1 compression and decompression of common compressed files

---------------------------------------------

. tar
Unpacking: Tar xvf Filename.tar
Package: Tar cvf filename.tar DirName

---------------------------------------------

. gz
Decompression 1:gunzip filename.gz
Decompression 2:gzip-d filename.gz
Compression: gzip FileName

. tar.gz
Decompression: Tar zxvf FileName.tar.gz
Compression: Tar zcvf FileName.tar.gz DirName

---------------------------------------------

. bz2
Decompression 1:bzip2-d filename.bz2
Decompression 2:BUNZIP2 filename.bz2
Compression: Bzip2-z FileName


. tar.bz2
Decompression: Tar jxvf FileName.tar.bz2
Compression: Tar jcvf FileName.tar.bz2 DirName

---------------------------------------------

. BZ
Decompression 1:bzip2-d filename.bz
Decompression 2:BUNZIP2 filename.bz
Compression: Unknown

. tar.bz
Decompression: Tar jxvf filename.bz
Compression: Unknown

---------------------------------------------

. Z
Decompression: uncompress filename.z
Compression: Compress FileName
. Tar. Z
Decompression: Tar zxvf filename.tar.z
Compression: Tar zcvf filename.tar.z DirName

---------------------------------------------

. tgz
Decompression: Tar zxvf filename.tgz
Compression: Unknown
. tar.tgz
Decompression: Tar zxvf FileName.tar.tgz
Compression: Tar zcvf FileName.tar.tgz FileName

---------------------------------------------

. zip
Decompression: Unzip Filename.zip
Compression: Zip Filename.zip DirName

. rar
Decompression: rar a Filename.rar
Compression: RAR e Filename.rar

---------------------------------------------

. Lha
Decompression: Lha-e Filename.lha
Compression: Lha-a Filename.lha FileName

2 Common backup strategies

The usual backup commands are cpio and dump. Next we'll introduce each.

2.1 Cpio file Backup 2.2 dump and restore backupX Reference

http://bluerose.iteye.com/blog/805864

[email protected] Basics ~ "# Package and Backup

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.