[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
cron jobs
- To: silug-discuss@silug.org
 
- Subject: cron jobs
 
- From: bentley rhodes <bentley.rhodes@gmail.com>
 
- Date: Sat, 26 Feb 2005 15:05:57 -0600
 
- DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;       s=beta; d=gmail.com;       h=received:message-id:date:from:reply-to:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding;       b=hMkLisOsWzNOXMCthkjIM8OlVvRy1ls4Q1LQ1Jk73lrYtOOaReguyn4E8wwebqFjTWW5Qet64cPBr+x2G59My0G5pyRY3OWsTE628DZYhaAUBWRlIQOPB+7GTlXJ/c5c+tfXTWQ/KuIH4bQ2ZivVgRBMtigQcJ7ze1V/ik3Euyg=
 
- Organization: Southern Illinois Linux Users Group
 
- Reply-To: silug-discuss@silug.org
 
- Sender: silug-discuss-owner@silug.org
 
- User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041020
 
hey i was reading about backing stuff up by using cron.  i set up my 
cron file to touch other files that are shell scripts.  there are three, 
one does a backup of the whole system, another one does the /home 
folder, and the otherone my usbdisk.  i was wondering if anyone would 
look at my entries and see if they are done correctly?
###run-parts
###min hour dayOmonth month dayOweek
30 23 28 * 6 bntly_rhds run-parts /portney/./backup-all
0 7 * * * 1 bntly_rhds run-parts /portney/./backup-home
30 23 * * 0 bntly_rhds run-parts /portney/./backup-tybln
-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.