# $Copyright:	$
# Copyright (c) 1984, 1985, 1986, 1987, 1988, 1989, 1990 
# Sequent Computer Systems, Inc.   All rights reserved.
#  
# This software is furnished under a license and may be used
# only in accordance with the terms of that license and with the
# inclusion of the above copyright notice.   This software may not
# be provided or otherwise made available to, or used by, any
# other person.  No title to or ownership of the software is
# hereby transferred.
#ident	"$Header: bupsched 1.2 89/10/10 $@(#)sadmin3b2:etc/bupsched	1.2"
#
#	Format of lines:
#time	day	month	list
#
#	time  - time(s) of day (24hr clock)
#	day   - day(s) of week (0 through 6, 0=Sunday)
#		day(s) of month (1, 2, ..., 31)
#	month - month(s) of the year (1, 2, ..., 12)
#	list  - list of filesystems to be backed up
#
#	Example:
#16:00-18:00	mon	*	/usr
#	If ckbupscd is invoked between 4:00 and 6:00 in the
#	evening on mondays during any month of the year,
#	display /usr as the name of a file system that needs
#	to be backed up.
#
#===================================================================
#
#	Default backup schedule calls for daily backups of /usr
#	  and monthly backups of root (/) on the 15th of each month.
#
0:00-8:00,16:00-23:59	mon,tue,wed,thu,fri	*	/usr
16:00-23:00	15	*	/ 
