Forum Moderators: open
mysqldump -u USERNAME -pPASSWORD -B DATABASENAME > /home/example/dbdump`date +\%u`.sql
Everytime it is producing the same dump file with the old data i.e. today’s file is having the same data as it was two days ago but the actual database have been updated with quite amount of data in those two days.
Your help is much appreciated.
Milan