Recent content by johannliebert

  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