<div dir="ltr"><div><div><div><div><div><div><div>hi<br><br></div>i have a running mysql server, and want to be able to restore it to any day, with as little backup space as needed<br><br></div>i do mysqldump to the same file every day then commit the file with "svn ci"<br></div>the idea is that if there are no changes, it takes no space<br><br></div>it works well if i just append entries to a database, as svn will just save the changes<br></div><br>however, if i insert a record, and for instance the dump file has 5 record at every line<br></div>then the change is big and actually svn will save most of the file though there is a very small change actually.<br></div><div><br><div><div><div><div>another issue - if the records hold changing info like timestamps etc.<br><br></div><div>any idea ?<br></div><div><br><br><br><br></div></div></div></div></div></div>