I was fiddling around with mysqldump commands but i cant seem to get those working in Scheduled Tasks. Although i use the plesk internal backups i would like to setup an off-site backup also which copies the db-export to a SFTP location.
I used a Scheduled Task with ROOT permission
example:
results:
operate mysqldump through plesk schedule task
I used a Scheduled Task with ROOT permission
example:
Code:
mysqldump -u username -p password --all-databases > db-export.sql
Code:
Task "mysqldump -u username -p secret --all-databases...