How to backup database dumps which only minor changes between the backups?
Posted
by wurlog
on Server Fault
See other posts from Server Fault
or by wurlog
Published on 2010-04-09T12:33:15Z
Indexed on
2010/04/09
12:43 UTC
Read the original article
Hit count: 486
I have a mysql dumpfile every night and i every one of them. Each is 14 GB in size, so my backupdrive will be full soon.
The difference from one day to another are only some 100MB. How make the daily backups without wasting a lot of space.
PS: i used tar to compress 1 file and the size went down to 5GB. I hoped that when i compress two files the ratio would be better, but no. 2 dumps compressed are 10Gb
© Server Fault or respective owner