• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

crontab -e entry

Gorlist

Basic Pleskian
Morning, quick question - accidentally deleted my crontab, and I know their was one plesk entry with something about backupmgr, default fresh installation - could someone post it please so I can renter it :)

Best Regards!
 
Hi Gorlist,

You've probably sourced this via the internet by now, but here's what you're after :

12,27,42,57 * * * * /usr/local/psa/admin/sbin/backupmng >/dev/null 2>&1

Paul.
 
Crontab of the root

In my crontab i have some more thinks.

Code:
0       5       *       *       1       /opt/psa/libexec/modules/watchdog/cp/secur-check
0       5       *       *       1       /opt/psa/libexec/modules/watchdog/cp/send-report weekly
10      5       *       *       *       /opt/psa/libexec/modules/watchdog/cp/clean-sysstats
15      5       *       *       *       /opt/psa/libexec/modules/watchdog/cp/pack-sysstats day
15      5       *       *       1       /opt/psa/libexec/modules/watchdog/cp/pack-sysstats week
15      5       1       *       *       /opt/psa/libexec/modules/watchdog/cp/pack-sysstats month
15      5       1       *       *       /opt/psa/libexec/modules/watchdog/cp/pack-sysstats year
20      5       *       *       *       /opt/psa/libexec/modules/watchdog/cp/clean-events
0       5       *       *       7       /opt/psa/libexec/modules/watchdog/cp/clean-reports

I have only set the time from 1:00am to 5:00am.

hope it helps.

TRANCEY
 
Back
Top