Skip to content

can support MD5 when validting backup? #4

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

Closed
killua001 opened this issue Dec 1, 2016 · 1 comment
Closed

can support MD5 when validting backup? #4

killua001 opened this issue Dec 1, 2016 · 1 comment

Comments

@killua001
Copy link

Hi,
For now, many storages will save a file's MD5 in the metadata. Can probackup do the consistency checks for database cluster files and backups use MD5 ?

Thank you.

@stalkerg
Copy link

stalkerg commented Dec 1, 2016

probackup do it but in their own way.
For backups we save CRC32 for each files (and can check it by validate command).
For instance we can check checksums for each page during full backup (in next versions we planned make this option as independent command).
Strict answer is no but I suppose results more important for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants