Originally Posted by
Website
That code looks the easiest and the best but I couldnt get it to work.
It works perfectly when i put only one command like this
mysqldump --opt -Q -u db999999 --password=PASSWORD -h internal-db.s131092.gridserver.com db999999_gsc | gzip > /home/999999/domains/db999999_arcade.gz
but when i put && or & & it says the format of the command is wrong
so If somehow i can tie the commands to each other, it will work perfectly
Can you please give me more info about this?
Shoudl i put this in a .sh?
Which parts exactly I should replace with my User, Pass, path and DBnames?