• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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