home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / ArchiveUtils / tar / next / backup-specs-1-fd0a next >
Encoding:
Text File  |  1992-12-20  |  1.6 KB  |  47 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. FD_FILE=/dev/fd0a
  13.  
  14.  
  15. # Blocking factor to use for writing the dump.
  16. BLOCKING=4
  17.  
  18. # List of file systems to be dumped.
  19. # Actually, any directory may be used,
  20. # but if it has subdirectories on other file systems,
  21. # they are not included.
  22.  
  23. # The host name specifies which host to run tar on.
  24. # It should normally be the host that actually has the file system.
  25. # If GNU tar is not installed on that machine,
  26. # then you can specify some other host which can access
  27. # the file system through NFS.
  28. # Although these are arranged one per line, that is not mandatory.
  29. # It does not work to use # for comments within the string.
  30. BACKUP_DIRS=
  31. # cantrell:/pierce
  32. #        cantrell:/usr/local
  33. #        cantrell:/usr/man/manl
  34. #        cantrell:/private
  35. #        cantrell:/NextApps/Mathematica.app      
  36. #        cantrell:/NextLibrary/Documentation/NextDev
  37. #        cantrell:/LocalLibrary
  38. #        cantrell:/LocalApps"
  39.  
  40. # List of individual files to be dumped.
  41. # These should be accesible from the machine on which the dump is run.
  42. BACKUP_FILES="/pierce /usr/local /usr/man/manl /private/etc  /private/spool/lpd
  43. /NextApps/Mathematica.app /NextLibrary/Documentation/NextDev/NextStep /NextLibra
  44. ry/Documentation/NextDev/SndMusicDSP /NextLibrary/TeX/tex /LocalLibrary/NextAnsw
  45. ers /LocalLibrary/Diagram_Samples /LocalApps /backup /usr/lib/tex/inputs"
  46.  
  47.