8.12 Flashcards
A copy of all the files that exists at the point in time when the backup is taking place.
full backup
An ________ stores files that has been changed or added since the last backup has been made
incremental backup
A ____________ copies all of the files that have been updated since the last full backup.
differential backup
This feature allows you to take point-in-time snapshots of the files on a system without causing the downtime inherent in traditional backups. A snapshot is set pointers to blocks of data that make up a set of files at a point in time.
Snapshot clones backup
A single computer file or set of files that contain the contents of a hard disk.
image backup
An algorithm that produces a 128-bit hash value.
message digest algorithm 5 (MD5)
A cryptographic hash function that takes an input and produces a 160-bit (20-byte) hash value known as a message digest. SHA is typically rendered as a 40-digit hexadecimal number.
Secure Hash Algorithm
(SHA)
utility takes the contents of several files and stores them as a single file
tar
The _____ command can be used to backup directories or entire file systems
tar
To help others know that the tar utility must be used to ___________ from it, by convention, an archive file created with tar is assigned an extension of .tar.
extract files
The _____ command reduces the size of the named files using Lempel–Ziv coding (LZ77).
gzip
Whenever possible, each file is replaced by one with the extension ‘________ while keeping the same ownership modes, access and modification times
.gz’,
The ___ command is a general-purpose data compression tool with command line syntax similar to gzip and bzip2. The native file format is the .xz format, but also the legacy .lzma format and raw compressed streams with no container format headers are supported.
xz
The xz command ________ or decompresses each file according to the selected operation mode. If no files are given or file is -, xz reads from the standard input and writes the processed data to standard outpu
compresses
__________compresses files using the Burrows-Wheeler block sorting text compression algorithm, and Huffman coding.
The command-line options are deliberately very similar to those of GNU gzip, but they are not identical.
bzip2