Original English meaning: tape archive
Chinese meaning: tape ArchivingNoteSolution: A file packaging tool in Unix/Linux is used to pack many files together to form an archive file for archiving. It was originally designed for tape backup and can now
First, find out what full backup, Incremental backup, and differential backup are. In short, it can be understood as follows:
Full backup: Back up all files once.
Incremental Backup: the difference between this backup and the previous backup.
Run the tar command and run the tar command to implement full backup and Incremental backup. First, find out what full backup, Incremental backup, and differential backup are. In short, it can be understood as follows: Full backup: A backup is
Source Address: http://blog.csdn.net/x_iya/article/details/72889456Tar-C: Create compressed archives-X: Unzip-T: View content-r: Append files to the end of a compressed archive file-U: Update files in original compressed packageThese five are
tar file format Analysis [Edit]1. Question
During testing, it was found that the tar file a of the original data folder was created by the command "TAR-CVF", then the original data folder was copied to another place, and a tar file B was created
Tar (1) User Commands tar (1)NAMETar-manual page for tar 1.26SynopsisTar [OPTION ...] [FILE] ...DESCRIPTIONGNU ' tar ' saves many files together into a single tape or disk archive, and canRestore individual files from the archive.Note that this
Tar instruction usage: tar [-][options] [pathname ...]Main mode of operation:-A,--catenate,--concatenate -c,--create: Creating an Archive-d,diff,compare: Comparing the difference between an archive file and an operating system--delete:
In the Solaris environment,
Compress tar> compress Gzip
Decompress the package gzip> tar
. Tar
Unpack: Tar xvf filename.tar
Package: Tar CVF filename.tar dirname
(Note: tar is packed, not compressed !)
. GZ
Decompress 1: gunzip
First, determine the data backup strategy You must first determine which files to manipulate during the backup process. In a business environment, this is a very difficult decision and can have a serious impact. If too much data is backed up, the
Download Lighttpd and specify the directory where the compressed package is stored: Wget-P/OPT http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.35.tar.gz Create a directory to store the decompressed source code:
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.