Thanks!
But now I have error notification with:
-: /var/www/vhosts/mywebsite.com/backups/db_backup_.sql: No such file or directory
the task command line has changed to:
/usr/bin/mysqldump -u admin -p\`cat /etc/psa/.psa.shadow\` database1 >...
I had a dedicated server with Plesk 11.0.9, I scheduled a database backup cron-job to performed daily backup, below is the commands:
mysqldump -u admin -p`cat /etc/psa/.psa.shadow` database1 > /var/backups/db_backup_`date +\%Y\%m\%d\%H\%M\%S`.sql
I received an email's notification stated...