<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 23, 2016 at 9:22 AM, Erez D <span dir="ltr"><<a href="mailto:erez0001@gmail.com" target="_blank">erez0001@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><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><br></div></div></div></div></div></blockquote><div><br></div><div>What about xdelta[1] and saving the .xdelta files ? (from last copy or original copy - your choice, but the cost of choosing the former to save space would be that you'll have to roll the opposite operation in sequence for any recovery)<br><br></div><div>-- Shimi<br><br>[1] <a href="http://xdelta.org/">http://xdelta.org/</a> <br></div></div></div></div>