[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Ideally, when tar
is creating an archive, it reads from a
file system that is not being modified, and encounters no errors or
inconsistencies while reading and writing. If this is the case, the
archive should faithfully reflect what was read. Similarly, when
extracting from an archive, ideally tar
ideally encounters
no errors and the extracted files faithfully reflect what was in the
archive.
However, when reading or writing real-world file systems, several things can go wrong; these include permissions problems, corruption of data, and race conditions.
10.1.1 Permissions Problems | ||
10.1.2 Data Corruption and Repair | ||
10.1.3 Race conditions |
This document was generated on August 23, 2023 using texi2html 5.0.