I have serverA with my Mysql database and i have serverB for storing my backups. I have the full backup of serverA created in server B. Now i wanted to create the incremental backup everyday using the full backup and the incremental backup should also store in serverB. Can you please help me to solve this problem.
Thanks.