home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume13 / backups / README < prev    next >
Encoding:
Text File  |  1988-01-31  |  835 b   |  20 lines

  1.             backup
  2.  
  3. This program should be run set-uid root.  At genentech, we set the
  4. permissions to 4550 with group operator.  Backup was originally a
  5. simple experiment to play around with yacc, it has proven to be
  6. a very useful tool.  Daily backups are normally performed using
  7. the "-m" option, which allows the system to continue running.  Without
  8. this option, all running processes are sent "SIGHUP", any processes
  9. remaining after the SIGHUP are SIGSTOPped for the duration of the
  10. backup.  After backup is complete, a SIGCONT is sent to all of the
  11. stopped processes.
  12.  
  13. Some notes about exclusions and special cases:  
  14.     There is a list of processes to be excluded from either HUP or
  15.     STOP in proclist.c.  In addition, some programs such as daemons,
  16.     etc. require special restarting.  The table for this is in
  17.     proclist.c also.
  18.  
  19.                     10/2/87
  20.