|
|
|
|
|
by gruez
2246 days ago
|
|
What you're describing is significantly harder than what's described in the blog post. Not only do you have to validate a file looks like a .jpg/.json/.zip file, you also need to validate that it looks semantically correct (ie. the file format is valid but a chunk of it is missing). Most people solve this issue by keeping multiple versions, not by trying to "validate" the backups somehow. |
|