verify_integrity#
- barecat._api.Barecat.verify_integrity(quick=False)[source]#
Verify the integrity of the Barecat archive.
This includes checking the CRC32C checksums of all files, and checking the integrity of the index database.
- Parameters:
quick – If True, only check the CRC32C checksums of the last file of the archive.
- Returns:
True if no problems were found, False otherwise.