I want to backup my ACT! database every night to my server and wish to use Kcron to do it, but I don't know where to start. Here's what I want to do... 5 0 * * * /bin/tar /mnt/w2k/Tom/act2 /home/tom/Act How do I set this up in Kcron? Thanks, Tom -- Tom Nielsen Neuro Logic Systems 805.389.5435 x18 www.neuro-logic.com
On Tuesday 02 July 2002 18.55, Tom Nielsen wrote:
5 0 * * * /bin/tar /mnt/w2k/Tom/act2 /home/tom/Act
How do I set this up in Kcron?
edit->new click "run every day" click "0" under "Hours" click "5" under "minutes" put the command you want to run in the "Program" edit box Click "OK" File->Save Voilá! //Anders -- `When I use a word,' Humpty Dumpty said in rather a scornful tone, `it means just what I choose it to mean -- neither more nor less.'
participants (2)
-
Anders Johansson
-
Tom Nielsen