Hi all,
I have both local and live server share symmetrical data. Everytime there is changes in live server, I need to backup everything, which takes alot of time and resources, into local server. For example, a minor change in member’s email field in live db, i need to backup all the tables in local db. Is there some hints or maybe easy php function that only let me do update on existing backup sql file in local server, instead of overwrite the whole backup file whenever there is some small changes in live server.
Thank you for looking this up.