For MySQL I use automysqlbackup, with compression disabled to make use of Tarsnap's deduplication.
For source code I have converted to git and put it on Bitbucket ;-) Cheers, David 18:27 lör 3 jan 2015 Philipp Riegger <[email protected]> skrev: > Hi, > > I am looking for a backup solution for mysql databases and subversion > repositories. I think it would be more interesting to backup the dumps > from "svnadmin dump" and the corresponding mysql command. > > Saving the dumps each time wastes a lot of disk space (and produces a > lot of unnecessary disk IO). Is there a way to save streams (or data > from stdin)? Since data from stdin has no timestamp and no user/group > information, maybe there is a way to create a fake tar file from stdin > and pipe that to tarsnap? I did some searching on the internet and read > the man page. This does not seem to be possible at the moment. Is that > correct? > > Thanks, > Philipp >
