• 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

Plesk 10.x default crontab file

H

HendrikN

Guest
Hey guys,

sorry, that I post this twice. But last night, I did not remark, that I gave the thread a very unuseful name ;-)

My Problem: I was logged in as root, when I executed "crontab ###ANYFILE###", not knowing that this
would overwrite the default cron file, instead of adding my lines to the default one.

Would anyone using Plesk 10.x post the output of "crontab -l", so I can 'restore' my file.

Thx in advance!

Hendrik
 
On 10.3.1 & CentOS 5:

0 1 * * 1 /usr/local/psa/libexec/modules/watchdog/cp/secur-check
0 1 * * 1 /usr/local/psa/libexec/modules/watchdog/cp/send-report weekly
10 1 * * * /usr/local/psa/libexec/modules/watchdog/cp/clean-sysstats
15 1 * * * /usr/local/psa/libexec/modules/watchdog/cp/pack-sysstats day
15 1 * * 1 /usr/local/psa/libexec/modules/watchdog/cp/pack-sysstats week
15 1 1 * * /usr/local/psa/libexec/modules/watchdog/cp/pack-sysstats month
15 1 1 * * /usr/local/psa/libexec/modules/watchdog/cp/pack-sysstats year
20 1 * * * /usr/local/psa/libexec/modules/watchdog/cp/clean-events
0 3 * * 7 /usr/local/psa/libexec/modules/watchdog/cp/clean-reports
 
Back
Top