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...
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...