简体   繁体   中英

Differential backup in 4D database

I am developing an accounting application in 4D. So, I need to take differential backups everyday.

I tried to take backups by configuring in database settings but 4D only takes the full backups (not differential backup).

Do 4D database support differential backup? Is it possible?

Thanks in advance.

Take a look at the backup log file that is tied into the 4D backup system.

When the backup log file is enabled a new log will be created after each backup, it will contain all of the changes until the next backup. In this way the log file file is linked to the previous backup and could be integrated back into the restored database.

To take it a step further take a look at the NEW LOG FILE command. This will force the creation of a new log file without doing a backup. Once done the previous log would essentially be your differential backup.

More information on managing the log file is available here


There is also replication and mirroring options.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM