Commonly used commands in the TAR compression backup of Linux

Source: Internet
Author: User

Pack Zxsdw This folder (where the V parameter is the display process)

Tar zcvf/home/zxsdw.com_$ (date +%y%m%d). Tar.gz-c/home/wwwroot Zxsdw

Tar to exclude files from the Zxsdw folder when compressing a backup (--exclude folders and files that start with 12 excluded)

Tar zcvf/home/zxsdw.com_$ (date +%y%m%d). tar.gz-c/home/wwwroot Zxsdw--exclude=12*

Tar packs up files that were modified after June 1, 15 in the home file. (Record: There seems to be a problem during the test, no reason was found)

Tar-n "2015/06/01"-ZCVF home.tar.gz/home

-P: Use the original properties of the original file (properties will not be changed according to the user) (not tested)

Exclude a specific number of folders

Tar zcvf FileName.tar.gz dirname--exclude dirname/direxcname

The above command is to package the compressed folder named DirName. Then exclude the inside of the Direxcname folder.


What do I do to exclude multiple folders?

Then take a few more--exclude parameters. Such as

Tar zcvf FileName.tar.gz dirname--exclude dirname/dir1name--exclude

Segmentation:

Split-b 4000k skype_backup.tar.gz skype_backup_20090626.tar.gz. –verbose

If the last two sentences were merged into one sentence:

Tar-czvp-f–skype_backup |split-b 4000k–skype_backup_20090626.tar.gz. –verbose

Merging files:

Cat skype_backup_20090626.tar.gz.a* >skype_backup_cat.tar.gz

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.