[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
crontab
Following a suggestion from someone on this list, I want to use
Cron to make auto-backups of my system. However, I lost his email
and I'm having trouble understanding Cron's manuals.
I *think* I have figured out the file format, but where do I put it,
under what name, and how do I tell cron to use it?
Also, is the script below correct?
# crontab
SHELL=/bin/sh
1 22 * * sun 'cp /d/system/ /e/backup/' \
'echo "Sunday 10:01pm; making the system backup..." /dev/ttyv9'
# EoF
Thanks.
----------------------------------------------------------------
Martin-Eric Racine The Atari TT030 Homepage with FAQ
FUNKYWARE CREATIONS inc. http://members.tripod.com/~TT030/
----------------------------------------------------------------