Skip to content
This repository was archived by the owner on Jun 29, 2019. It is now read-only.
This repository was archived by the owner on Jun 29, 2019. It is now read-only.

With large files decompression testing the backups fail in multiple ways. #5

@damm

Description

@damm

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.

  1. 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.
  2. Tar does the same; like I said I have enough memory to cope but that's pretty sloppy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions