• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

can anyone list the default crontab file

R

reiberjoe

Guest
Hi all,

My crontab file is corrupt. After using crontab -e and then saving the file it was corrupt after the server crashed right after I saved. So now I am stuck without a crontab file. I did not backup before...

Can anyone share the default plesk 7.5 crontab entries with me? I would really appreciate it.
 
I can provide you crontab only from Plesk 8.6.0. I think it should be the same as in Plesk 7.x, but I'm not sure:

[root@plesk860 ~]# cat /etc/crontab
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/

# run-parts
18 * * * * root run-parts /etc/cron.hourly
14 3 * * * root run-parts /etc/cron.daily
23 4 * * 0 root run-parts /etc/cron.weekly
17 3 13 * * root run-parts /etc/cron.monthly
[root@plesk860 ~]#
 
Back
Top