home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / ArchiveUtils / tar / next / backup-specs-tape < prev    next >
Encoding:
Text File  |  1992-12-20  |  2.0 KB  |  56 lines

  1. # site-specific parameters for file system backup.
  2.  
  3. # User name of administrator of backups.
  4. ADMINISTRATOR=pierce
  5.  
  6. # Hour at which backups are normally done.
  7. # This should be a number from 0 to 23.
  8. BACKUP_HOUR=1
  9.  
  10. # Device to use for dumping.  It should be on the host
  11. # on which the dump scripts are run.
  12. TAPE_FILE=/dev/rmt/ctape4
  13.  
  14. # Command to obtain status of tape drive, including error count.
  15. # On some tape drives there may not be such a command;
  16. # then simply use `TAPE_STATUS=false'.
  17. TAPE_HOST=ee
  18. USERID=cantrell
  19. TAPE_STATUS="rsh $TAPE_HOST -l $USERID mt stat"
  20.  
  21. # Blocking factor to use for writing the dump.
  22. BLOCKING=64
  23.  
  24. # List of file systems to be dumped.
  25. # Actually, any directory may be used,
  26. # but if it has subdirectories on other file systems,
  27. # they are not included.
  28.  
  29. # The host name specifies which host to run tar on.
  30. # It should normally be the host that actually has the file system.
  31. # If GNU tar is not installed on that machine,
  32. # then you can specify some other host which can access
  33. # the file system through NFS.
  34. # Although these are arranged one per line, that is not mandatory.
  35. # It does not work to use # for comments within the string.
  36. BACKUP_DIRS=
  37. #    cantrell:/pierce
  38. #    cantrell:/usr/local
  39. #    cantrell:/usr/man/manl
  40. #    cantrell:/private
  41. #    cantrell:/NextApps/Mathematica.app    
  42. #    cantrell:/NextLibrary/Documentation/NextDev
  43. #    cantrell:/LocalLibrary
  44. #    cantrell:/LocalApps"
  45. # List of individual files to be dumped.
  46. # These should be accesible from the machine on which the dump is run.
  47. BACKUP_FILES="/pierce /usr/local /usr/man/manl /private/etc  /private/spool/lpd /NextApps/Mathematica.app /NextLibrary/Documentation/NextDev/NextStep /NextLibrary/Documentation/NextDev/SndMusicDSP /NextLibrary/TeX/tex /LocalLibrary/NeXTanswers /LocalApps /backup /usr/lib/tex/inputs"
  48.  
  49. # /private/spool/lpd /NextApps/Mathematica.app 
  50. # /NextLibrary/Documentation/NextDev/NextStep 
  51. # /NextLibrary/Documentation/NextDev/SndMusicDSP 
  52. # /NextLibrary/TeX/tex 
  53. # /LocalLibrary/NextAnswers 
  54. # /LocalLibrary/Diagram_Samples 
  55. #/LocalApps"
  56.