# $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: sysadm 1.3 89/10/10 $@(#)adm:sysadm	1.2"
# This file will be scheduled via the cron command
#
#	Format of lines:
#min	hour	daymo	month	daywk	/etc/ckbupscd >/dev/console 2>/dev/console
#
#	min  - time(s) of day 
#	hour
#	daymo - day(s) of month (1, 2, ... 31)
#	month - month(s) of the year (1, 2, ... 12)
#	daywk - day(s) of week (0-6, 0 = sun)
#
#	Example:
#00	17	*	*	1	/etc/ckbupscd >/dev/console 2>/dev/console
#	
#	At 5:00pm in the evening on mondays during any month of the year,
#	check to see if there are any file systems that need
#	to be backed up.
#
#===================================================================
#
#	Default backup schedule calls for checks mon through friday
#	at 5:00pm.
#
00	17	*	*	1,2,3,4,5	/etc/ckbupscd >/dev/console 2>/dev/console
#	Save output of dmesg every 10 minutes
0,10,20,30,40,50 * *	*	*		/etc/dmesg - >>/usr/adm/messages
