• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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