commit | fc5e703bce2a2998985ed487b168fe5477c9d360 | [log] [tgz] |
---|---|---|
author | Christopher Tate <ctate@google.com> | Thu May 12 17:47:12 2011 -0700 |
committer | Alex Ray <aray@google.com> | Tue Jul 30 13:56:56 2013 -0700 |
tree | 1319130d123b90791bc90614c187cfa3b671a739 | |
parent | 424ec5a8aa268e56520ed0c099109f400ebc40be [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