Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Running an Exec file with Cron
- Date: Mon, 17 Jun 2002 19:54:31 +1000 (EST)
- From: Jim Breen <jwb@example.com>
- Subject: Re: [tlug] Running an Exec file with Cron
[Charles Muller ([tlug] Running an Exec file with Cron) writes:] >> >> * */1 * * * /home/chuck/bin/backups That's getting closer. Does the "backups" script file begin with a "#", or to force the shell "#!/bin/sh"? Here it the line from my crontab -e for the daily backup: 0 5 * * * /home/haru_bak/buscript The script will also probably need to cd to where your backups are being created or organized. Here is what I do to create a CD image of the key parts of my home directory: # cd /home/haru_bak rm -f haruiso.iso rm -f harujwb* tar cf harujwb.tar --exclude-from exclfiles /home/jwb/* gzip -9 harujwb.tar mkisofs -quiet -R -o haruiso.iso /home/haru_bak/ rm -f harujwb.tar.gz Jim -- Jim Breen (j.breen@example.com http://www.csse.monash.edu.au/~jwb/) Computer Science & Software Engineering, Tel: +61 3 9905 3298 P.O Box 26, Monash University, Fax: +61 3 9905 5146 Clayton VIC 3800, Australia ジム・ブリーン@モナシュ大学
- Follow-Ups:
- Re: [tlug] Running an Exec file with Cron
- From: Charles Muller
Home | Main Index | Thread Index
- Prev by Date: [tlug] Running an Exec file with Cron
- Next by Date: Re: [tlug] Running an Exec file with Cron
- Previous by thread: [tlug] gjiten for gnome2
- Next by thread: Re: [tlug] Running an Exec file with Cron
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links