• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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