Language:


Journaling

Un sistema ocupado donde muchos usuarios guardan constantemente grandes cantidades de registros puede causar problemas para una estrategia de backup que se basa en un archivo Back-up de Texto que se crea una vez al día y / o al copiar la base de datos dos veces al día. El volumen de nuevos registros significa que el archivo Back-up de Texto o copia de la base de datos rápidamente pasa a estar desactualizado. ISi necesita volver a un backup, it will be difficult and time-consuming if not impossible to recreate the records entered since the text back-up or database copy was made. The journaling feature is designed to address this problem. If you are using this feature, every new record and every modification will be saved in the database and in a separate journal file. If you need to revert to an older copy of the database, you will be able to "apply" the journal. "Applying" the journal means importing the recent new records and modifications to the older copy of the database from the journal file. This will be much faster and more complete than recreating the recent records manually, or extracting them from the damaged database.

Debes usa la función journal junta con la función Duplicación de Base de Datos. If your database becomes damaged, you should revert to the most recent (undamaged) duplicate and apply the journal. It is not possible to revert to a text back-up and apply the journal. Therefore, if you are using journaling, you must make sure you are duplicating the database regularly. The text back-up will play a much less important role in your back-up strategy.

El archivo del journal aumentará de tamaño muy rápidamente., especially si importa grandes cantidades de datos mientras se ejecuta el registro en journal. Por lo tanto, debe tener especial cuidado para controlar el nivel de disco duro libre en el servidor si está utilizando esta función.

---

En esta sección:

Vea también:
Volver a: