The panel i use for my hostign doesnt allow me to put the full cron job command there but instead they want me to point a file to run.
I want to run below command from a file. How can i do it?
mysqldump --opt -Q -u USERNAME --password=PASSWORD DBNAME | gzip > /public_html/Daily/ukdb.gz

