home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.26 / text0081.txt < prev    next >
Encoding:
Text File  |  1992-02-21  |  926 b   |  23 lines

  1. Submitted-by: kunkee@ferranti.com (randy kunkee)
  2.  
  3. I have version 1.2 of "PAX - Portable Archive Interchange" written
  4. by Mark Colburn.  First, many thanks to Mark, and to Larry Jones for
  5. his unofficial patches to PAX, and thanks to USENIX for sponsoring
  6. its development.  This is a very useful utility and I've been using
  7. it in some of our systems as a backup utility.
  8.  
  9. Unfortunately, the version of PAX I have has trouble when restoring linked
  10. files.  This is because the routines for managing links depend on knowing
  11. a file's device and inode number.  This information is available in cpio
  12. format, but not in tar format.  PAX blithely tries to link everything that
  13. has a link together, since the device and inode numbers passed to the
  14. link routines are always zero.
  15.  
  16. Does anybody have code that fixes PAX's ability to restore links from
  17. (US)TAR format?
  18.  
  19. [ Note followup, please -- mod ]
  20.  
  21. Volume-Number: Volume 26, Number 92
  22.  
  23.