commit | ffd242ed552120b85b6bca968e7cba3abb75e626 | [log] [tgz] |
---|---|---|
author | Christopher Tate <ctate@google.com> | Thu May 12 17:47:12 2011 -0700 |
committer | Christopher Tate <ctate@google.com> | Thu May 12 18:07:57 2011 -0700 |
tree | cdd43bdaa29836314b9636a3e5c2c4354c8b4858 | |
parent | f128af5346d1b3a7822223b6d431efb74733c0b2 [diff] |
Use pax extended tar format to support long filenames etc. 'tar' supports only 100-character paths; 'ustar' supports only 155+100 character prefix + paths; neither supports files larger than about 8 gigabytes. We now use the POSIX.1-2001 'pax' extended tar format for those files in the backup stream that are too large or have too-long paths for the 'ustar' format. Change-Id: I2f256823091deaec9b1ccea685d2344753c6cb67