home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.11 / text0056.txt < prev    next >
Encoding:
Internet Message Format  |  1987-07-18  |  935 b 

  1. From: katzung@laidbak.UUCP (Brian Katzung)
  2.  
  3. When I was working at the University of California San Francisco,
  4. I made some simple modifications to tar for use as a backup facility.
  5. As far as I know, this is still the method being used for backup on
  6. that system.
  7.  
  8. The changes I made were:
  9.  
  10.     o Incremental mode (accepts file names from standard input
  11.         and directories don't recurse).
  12.     o Stay on the device associated with a disk or directory
  13.         (don't cross mount points).
  14.     o Multi-volume tapes on drives that support EOT reporting
  15.         (I added a simple ioctl to our tape driver that
  16.         reported EOT status).
  17.     o A flag for continuing after directory checksum errors (to
  18.         allow starting with any volume in a multi-volume
  19.         set; it quickly syncs up on the first valid header).
  20.     o Copies of all errors could be sent to a log file for
  21.         semi-unattended operation.
  22.  
  23. -- Brian Katzung  ihnp4!laidbak!katzung
  24.  
  25.  
  26. Volume-Number: Volume 11, Number 57
  27.  
  28.