home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s053 / 3.ddi / etc / bupsched < prev    next >
Encoding:
Text File  |  1990-12-08  |  801 b   |  26 lines

  1. #ident    "@(#)/etc/bupsched.sl 1.1 4.0 12/08/90 5093 AT&T-USL"
  2. #
  3. #    Format of lines:
  4. #time    day    month    list
  5. #
  6. #    time  - time(s) of day (24hr clock)
  7. #    day   - day(s) of week (0 through 6, 0=Sunday)
  8. #        day(s) of month (1, 2, ..., 31)
  9. #    month - month(s) of the year (1, 2, ..., 12)
  10. #    list  - list of filesystems to be backed up
  11. #
  12. #    Example:
  13. #16:00-18:00    mon    *    /usr
  14. #    If ckbupscd is invoked between 4:00 and 6:00 in the
  15. #    evening on mondays during any month of the year,
  16. #    display /usr as the name of a file system that needs
  17. #    to be backed up.
  18. #
  19. #===================================================================
  20. #
  21. #    Default backup schedule calls for daily backups of /usr
  22. #      and monthly backups of root (/) on the 15th of each month.
  23. #
  24. 0:00-8:00,16:00-23:59    mon,tue,wed,thu,fri    *    /usr
  25. 16:00-23:00    15    *    / 
  26.