Pervasive database backup

Posted by Steven on Server Fault See other posts from Server Fault or by Steven
Published on 2011-02-10T02:50:43Z Indexed on 2011/06/27 16:25 UTC
Read the original article Hit count: 237

Filed under:
|

I'm looking for the best way to backup my pervasive database. I've read the documentation but still have a few questions.

It appears that Continuous Operations method only allows me to backup the entire database? So I'd do butil -startbu @filelist, then backup the entire database (copy, rsync, etc), then run butil -endbu @filelist. Looking through the documentation I don't see a way to get transaction logs out of this method; like I would do for MSSQL (BACKUP LOG ACCT TO DISK) or Postgres (archive_command). With rsync, it might be feasible to still do this every 15 minutes.

The Archival Logging method means I would have to occasionally stop the database to get a full backup, which is acceptable for me. But can I copy the log files off of the server every 15 minutes, ie log shipping?

Thank you.

© Server Fault or respective owner

Related posts about backup

Related posts about pervasive