uphold
uphold copied to clipboard
With large files decompression testing the backups fail in multiple ways.
I ended up fixing this locally I haven't pushed up the changes to github; but with a 25gig file it seems to just take forever to untar (over 24hours) and in /tmp/uphold appears to be a bunch of insert lines from my mysqldump.
- Gzip doesn't use blocks so it can use up too much memory and as I have 128gigs of ram on the box I am using this on; I can load the whole 25gig into ram a few times over.
- Tar does the same; like I said I have enough memory to cope but that's pretty sloppy.