home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / g / gtak212.zip / 1.10 / backup.spc < prev    next >
Text File  |  1992-09-02  |  2KB  |  55 lines

  1. # site-specific parameters for file system backup.
  2.  
  3. # User name of administrator of backups.
  4. ADMINISTRATOR=friedman
  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/nrsmt0
  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_STATUS="mts -t $TAPE_FILE"
  18.  
  19. # Blocking factor to use for writing the dump.
  20. BLOCKING=124
  21.  
  22. # List of file systems to be dumped.
  23. # Actually, any directory may be used,
  24. # but if it has subdirectories on other file systems,
  25. # they are not included.
  26.  
  27. # The host name specifies which host to run tar on.
  28. # It should normally be the host that actually has the file system.
  29. # If GNU tar is not installed on that machine,
  30. # then you can specify some other host which can access
  31. # the file system through NFS.
  32. # Although these are arranged one per line, that is not mandatory.
  33. # It does not work to use # for comments within the string.
  34. BACKUP_DIRS="
  35.     albert:/fs/fsf
  36.     apple-gunkies:/gd
  37.     albert:/fs/gd2
  38.     godwin:/fs/gp
  39.     geech:/usr/jla
  40.     churchy:/usr/roland
  41.     albert:/
  42.     albert:/usr
  43.     apple-gunkies:/
  44.     apple-gunkies:/usr
  45.     ernst:/usr1
  46.     gnu:/
  47.     gnu:/usr
  48.     godwin:/
  49.     apple-gunkies:/com/mailer/gnu
  50.     apple-gunkies:/com/archive/gnu"
  51.  
  52. # List of individual files to be dumped.
  53. # These should be accesible from the machine on which the dump is run.
  54. BACKUP_FILES="/com/mailer/aliases /com/mailer/league*[a-z]"
  55.