I have two machines with MySQL installed on Redhat 7.3. I update the database on Machine1 everyday and want to take backup of the data on Machine2. While I take backup, I want it to be incremental, i.e., existing data should not be added... only the new data should be added...
What is the solution for this?