A detailed explanation of the relative path of the TAR packet compression

Source: Internet
Author: User

Now there is a need, do not know how to achieve

Compression: Tar czvf/data/backup/test.tar.gz/data/a/b/directory

Decompression: Cd/data/test

Tar xzvf/data/backup/test.tar.gz

The problem is, the unpacked file, inside the/data/test/data/a/b/directory

Can you compress only all directories below your directory, with directory as/, rather than/data/a/b/directory?

The issue has been resolved and the official information on GNU tar has been found.

Http://www.delorie.com/gnu/docs/tar/tar_98.html

That's going to work out.

Tar czvf/data/backup/test.tar.gz/data/a/b/directory

Change into

Tar czvf/data/backup/test.tar.gz-c/data/a/b Directory

C is a temporary switch to the working directory,-P is the absolute path, where only the-c parameter is used.

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.