Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 864d1c3c3cd8df4e3a2692faf8776e05 > files > 541

db4o-doc-7.4-2.fc13.i686.rpm

<html>
  <head>
    <META http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Backup</title>
    <link rel="stylesheet" type="text/css" href="../../../style.css">
  </head>
  <body>
    <div class="CommonContent">
      <div class="CommonContentArea">
        <h1>Backup</h1>

<p>db4o supplies hot backup functionality to backup single-user databases and client-server databases while they are running.</p>
<p>The respective API calls for backups are:</p>



<span name="cs_wiki_filter" csw_filters="net">
<p>.NET:</p><p><code>IObjectContainer.Ext().Backup(string path) <br>
IObjectServer.Ext().Backup(string path)</code></p>
</span>
<p>The methods can be called while an ObjectContainer/ObjectServer is open and they will execute with low priority in a dedicated thread, with as little impact on processing performance as possible.</p>
<p>
It is recommended to backup the current development state of an application (ideally source code and bytecode) along with the database files since the old code can make it easier to work with the old data.</p></div>
    </div>
    <div id="footer">
					This revision (4) was last Modified 2006-11-14T17:13:44 by Tetyana.
				</div>
  </body>
</html>