home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / std / unix / 347 < prev    next >
Encoding:
Internet Message Format  |  1992-07-25  |  1.6 KB

  1. Path: sparky!uunet!uunet!not-for-mail
  2. From: djm@eng.umd.edu (David J. MacKenzie)
  3. Newsgroups: comp.std.unix
  4. Subject: Re: Your chance to contribute to new POSIX archive format
  5. Date: 25 Jul 1992 18:22:04 -0700
  6. Organization: Project GLUE, University of Maryland
  7. Lines: 25
  8. Sender: sef@ftp.UU.NET
  9. Approved: sef@ftp.uucp (Moderator, Sean Eric Fagan)
  10. Message-ID: <14sunsINNs8@ftp.UU.NET>
  11. References: <14q4alINNate@ftp.UU.NET> <14seufINNqqk@ftp.UU.NET>
  12. NNTP-Posting-Host: ftp.uu.net
  13. X-Submissions: std-unix@uunet.uu.net
  14.  
  15. Submitted-by: djm@eng.umd.edu (David J. MacKenzie)
  16.  
  17.    And also, something that nor tar nor cpio have: large file names.
  18.  
  19.    The current limit of around 100-128 characters for the filename
  20.    is catastrophic. Simply too short!
  21.  
  22. POSIX.1 cpio format has no limit on the length of pathnames, although
  23. some existing implementations may place artificial limits on the
  24. length.  POSIX.1 tar format has a limit of 100 to 256 bytes, depending
  25. on where slashes are located in the path.
  26.  
  27.    Also I guess users would appreciate: the ability to archive
  28.    in absolute format and restore in relative. Not all users do
  29.    relative archives. And one knows how dangerous an absolute
  30.    archive can be. Even when I get a tape from the oustide I prefer
  31.    being able to restore it in relative mode, without having to
  32.    check before it all files on the archive are or not absolute.
  33.  
  34. As GNU tar has demonstrated, the handling of leading slashes in
  35. pathnames is independent of the archive format.  It's a trivial bit or
  36. two of code in the archiving program that can be used with any format.
  37.  
  38.  
  39. Volume-Number: Volume 28, Number 62
  40.