1830931 Members
2305 Online
110017 Solutions
New Discussion

Mondo/Cron

 
Nobody's Hero
Valued Contributor

Mondo/Cron

Can someone show me a cron entry to use for a weekly mondoarchive on a linux RH 8 system.
UNIX IS GOOD
4 REPLIES 4
Nobody's Hero
Valued Contributor

Re: Mondo/Cron

I will be creating a dat tape archive to device /dev/st0
UNIX IS GOOD
Steven E. Protter
Exalted Contributor

Re: Mondo/Cron

00 6 * * 0 /usr/contrib/bin/yourscript

Every sunday at 6 a.m. run yourscript.

Linux has added on to cron functionality, its best not to use the add ons because the other vendors have not supported this.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Nobody's Hero
Valued Contributor

Re: Mondo/Cron

I want to run mondoarchive, but I am not sure of the command line options to use to backup everything and go to dat tape.
UNIX IS GOOD
Caesar_3
Esteemed Contributor

Re: Mondo/Cron

Hello!

Goto this site and read all the information that you need

http://www.microwerks.net/~hugo/index.html

Caesar