Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generating Checksum of .tar.gz Backup in a Performant Matter #2

Open
Proplex opened this issue Mar 16, 2017 · 0 comments
Open

Generating Checksum of .tar.gz Backup in a Performant Matter #2

Proplex opened this issue Mar 16, 2017 · 0 comments
Labels
Milestone

Comments

@Proplex
Copy link
Member

Proplex commented Mar 16, 2017

CRC32 is 1.5x faster than MD5 according to some anecdotal testing of personal backups.

Should I generate a checksum of the .tar.gz only, or per file while backing up? Both?

What's the best method of implementing this? tar comes with no method of generating a checksum. Maybe tee the output of the compression in-progress into CRC? Large backups will slow Aegis to a halt for checksum generation.

Oh, and checksum generation should be a configurable value during setup.

@Proplex Proplex added the todo label Mar 16, 2017
@Proplex Proplex added this to the 1.0.0 milestone Mar 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant