[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Cron Help



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