• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.

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