On Thu, 25 Apr 2013 14:45:50 -0700 Lord Sporkton <[email protected]> wrote: > I'm currently backing up mysql by way of dumping the DB to a flat > file then backing up the flat file. Which works well in most cases > except when someone has a database that is bigger than 50% of the > hdd. Or really bigger than around say 35% of the hdd if you account > for system files and a reasonable amount of free space. > I started thinking, mysqldump streams data into a file and then > backuppc streams that file for backup. So why not cut out the middle > man file and just stream right into backuppc? Ive been playing with > the backup commands but im getting some unexpected results due to > what I believe is my lack of total understanding of how backuppc > actually streams things.
I don't know about your rates, but here in europe a new 2TB-disk costs less then me thinking and trying to implement anything like this. However, the idea seems interesting (hobby isn't always about hourly rates:). Basically you have to send a stream from the client to the server that is a valid tar-file. rsync is more for transfering parts, but you want to dump the whole db every time. And smb is out for obvious reasons. But on how to trick backuppc to think the other side is sending a tar-file, I have no clue... So unless you have an academic interest in understanding how things work, its much cheaper and easier to just push more disk-space into the servers concerned. Probably its just putting two more disks on the host and then increasing several machines disks? Have fun, Arnold
signature.asc
Description: PGP signature
------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
