There are basically 2 backup methods:
- "At end" - Point Behind method
- "At begin" - Point Forward method, this is also know as a snapshot backup.
- INITIAL PHASE
- "At end" - Scan and write all data, and at the same time,
- start writing all changes to a log.
- READY TO CREATE A VALIDITY POINT
The engine is ready to create a validity point instantly.- "At end" - All data has been scanned, continue to write changes to a log.
- WAITING PHASE
The engine is waiting for all other engines to reach the waiting phase.- "At end" - Continue to write changes to log.
- CREATE VALIDITY POINT
The engine creates the validity point quickly.
Changes after this point do NOT belong in the backup.- "At end" - Stop logging changes.
- "At begin" - Create snapshot now!
- FINAL PHASE
- "At end" - Write all changes recorded in the log.
- "At begin" - Write all data in the snapshot.
- BACKUP END
All engines have finished the final stage.
No comments:
Post a Comment