CRC codes and redundancy in backup recovery
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
To recover corrupted backup blocks, PROREST relies on:
- CRC codes to identify bad blocks. A CRC code is automatically calculated for each database backup block whether or not you specify a redundancy factor.
- Error-correction blocks to recover bad blocks. Error-correction blocks
are included in the backup only if you explicitly request them with the
-redparameter of the backup utility.