Class OAutomaticBackup

java.lang.Object
com.orientechnologies.orient.server.plugin.OServerPluginAbstract
com.orientechnologies.orient.server.handler.OAutomaticBackup
All Implemented Interfaces:
OService, OServerPlugin, OServerPluginConfigurable

public class OAutomaticBackup extends OServerPluginAbstract implements OServerPluginConfigurable
Automatically creates a backup at configured time. Starting from v2.2, this component is able also to create incremental backup and export of databases. If you need a mix of different modes, configure more instances of the same component.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)