hi all

i am trying to do a cronjob such that qtp-backup command is exectuted
at specific hour of the day.this has proved fruitless.
below describes what i have done so far

1:created a cron tab as follows:
22 00 * * * qtp-backup


the above did not work.

2:i created s acript to run the command and linked it to crontab as follows

A:content of the script
  cd ~
  qtp-backup
saved it as backup.sh and made it executable

B:the crontab entry for the above
  22 00 * * * /scripts/./backup.sh


the above did not work as well.


kindly point out my mistakes ...

regards
nishant amin

---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
    Vickers Consulting Group offers Qmailtoaster support and installations.
      If you need professional help with your setup, contact them today!
---------------------------------------------------------------------------------
     Please visit qmailtoaster.com for the latest news, updates, and packages.
     
      To unsubscribe, e-mail: [email protected]
     For additional commands, e-mail: [email protected]


Reply via email to