• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Search results

  1. J

    Automating WordPress Backups with Plesk: Setting Up a Daily Cron Job for each domain

    thank you very much @Kaspar@Plesk , it works perfectly. Really nice Job.:):) Now I Know how it's done. Closed.
  2. J

    Automating WordPress Backups with Plesk: Setting Up a Daily Cron Job for each domain

    thank you. Maybe I need to specify: I need just one command like this for Cron: This is an example for my database and works perfect. /usr/bin/mysqldump -u Database user name -p'Database Password' Database Name > /var/www/vhosts/example.com/dump_$(date +\%F).sql && zip -j...
  3. J

    Automating WordPress Backups with Plesk: Setting Up a Daily Cron Job for each domain

    Hello everyone, I need help setting up a cron job on Plesk to automate daily backups of my WordPress site. I found the command used by Plesk's backup manager in the logs, but when I tried to use it in a cron job, I encountered errors related to task IDs not being found. Here's what I've tried...
Back
Top