tar: Portability

1 
1 8.3 Making 'tar' Archives More Portable
1 =======================================
1 
1 Creating a 'tar' archive on a particular system that is meant to be
1 useful later on many other machines and with other versions of 'tar' is
1 more challenging than you might think.  'tar' archive formats have been
1 evolving since the first versions of Unix.  Many such formats are
1 around, and are not always compatible with each other.  This section
1 discusses a few problems, and gives some advice about making 'tar'
1 archives more portable.
1 
1    One golden rule is simplicity.  For example, limit your 'tar'
1 archives to contain only regular files and directories, avoiding other
1 kind of special files.  Do not attempt to save sparse files or
1 contiguous files as such.  Let's discuss a few more problems, in turn.
1 

Menu