Was this helpful?
Static or Dynamic Backup
To make static (snapshot) backups of your entire database, or selected tables, use checkpoints.
To make a dynamic backup of your database, use checkpointing in combination with journaling.
These backup methods enable you to restore data up to the last checkpoint, or the last journaled transaction, respectively.
Last modified date: 11/28/2023