[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Cron Help
- Subject: [cobalt-users] Cron Help
- From: "JJ" <jj@xxxxxxxxxxx>
- Date: Wed Nov 28 09:25:05 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I need somebody to help me create a cron that will run twice a day.
The 1st is at 4am and the second at 4pm.
here is what I want the cronjob to do at those times.
cd /home/sites
tar -cf allsites.tar *
cp allsites.tar /home/sites/www.somedomain.com/backup/allsites.tar
cd /home2/sites
tar -cf allsites2.tar *
cp allsites2.tar /home/sites/www.somedomain.com/backup/allsites2.tar
Can somebody show me how to accomplish this?
Thanks,
Jim