home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.28 / text0060.txt < prev    next >
Encoding:
Text File  |  1992-08-17  |  1.1 KB  |  27 lines

  1. Submitted-by: djm@eng.umd.edu (David J. MacKenzie)
  2.  
  3.    And also, something that nor tar nor cpio have: large file names.
  4.  
  5.    The current limit of around 100-128 characters for the filename
  6.    is catastrophic. Simply too short!
  7.  
  8. POSIX.1 cpio format has no limit on the length of pathnames, although
  9. some existing implementations may place artificial limits on the
  10. length.  POSIX.1 tar format has a limit of 100 to 256 bytes, depending
  11. on where slashes are located in the path.
  12.  
  13.    Also I guess users would appreciate: the ability to archive
  14.    in absolute format and restore in relative. Not all users do
  15.    relative archives. And one knows how dangerous an absolute
  16.    archive can be. Even when I get a tape from the oustide I prefer
  17.    being able to restore it in relative mode, without having to
  18.    check before it all files on the archive are or not absolute.
  19.  
  20. As GNU tar has demonstrated, the handling of leading slashes in
  21. pathnames is independent of the archive format.  It's a trivial bit or
  22. two of code in the archiving program that can be used with any format.
  23.  
  24.  
  25. Volume-Number: Volume 28, Number 62
  26.  
  27.