Jump to content

rk1rk1

Members
  • Posts

    5
  • Joined

  • Last visited

rk1rk1's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. seems my script considered to be running more than 2 jobs. i would like to know will these jobs count as 2 or more ? the following codes meant to create mysql backup, zip it, and delete the old files. and also, if there's any "for" loop statement, will it count as one job or multiple job for each loop ? thanks ###### part of the script below this line mysqldump --user=$DBUSER --password=$DBPWD --databases $DBNAME | gzip -f -9 > $FOLDERNAME/$GZNAME find $FOLDERNAME -name "*.sql.gz" -mtime $DAYSTOKEEP -exec rm {} ;
  2. my apoligize, but am i got suspended again ? i put one cron job, set it run everyday at 10:00 am, and leave it as be. and at the scheduled time, it run nicely, so i thought no more problem. and about 15 mins after that, i want to login to cpanel...... but login is invalid again. am i doing something wrong according to the system ?
  3. ok, thanks for the unsuspension and for the information. and i'm sorry for didn't know that i shouldn't test the cron script here
  4. actually i only have 1 cron job, and i can't login again, maybe i got suspended again ? i'm testing a cron job for creating daily backup for mysql database, and i set the job once per year, since i'm still writing the script and testing it. if i'm not allowed to test the script on the host, how's the right way to test it ? thanks
  5. hi, i have my account suddenly got suspended while i'm working in the cpanel, it was the cron job i made a mistake by typing "*" for hour and minutes. i want to edit to correct it but it's too late and i got suspended already. it seems the cron already got cleared, but my account still suspended, could any mod/admin help for unsuspend ? and my appologize for making a mistake in the cron. my account name is rk1, server stevie, domain name rk1.heliohost.org thanks in advance
×
×
  • Create New...