| Package | Description |
|---|---|
| org.neo4j.backup |
| Modifier and Type | Method and Description |
|---|---|
static OnlineBackup |
OnlineBackup.from(String hostNameOrIp)
Factory method for this class.
|
static OnlineBackup |
OnlineBackup.from(String hostNameOrIp,
int port)
Factory method for this class.
|
OnlineBackup |
OnlineBackup.full(String targetDirectory)
Performs a full backup storing the resulting database at the given directory.
|
OnlineBackup |
OnlineBackup.full(String targetDirectory,
boolean verification)
Performs a full backup storing the resulting database at the given directory.
|
OnlineBackup |
OnlineBackup.full(String targetDirectory,
boolean verification,
org.neo4j.kernel.configuration.Config tuningConfiguration)
Performs a full backup storing the resulting database at the given directory.
|
OnlineBackup |
OnlineBackup.incremental(org.neo4j.kernel.GraphDatabaseAPI targetDb)
Performs an incremental backup on the supplied target database.
|
OnlineBackup |
OnlineBackup.incremental(String targetDirectory)
Performs an incremental backup on the database stored in targetDirectory.
|
OnlineBackup |
OnlineBackup.incremental(String targetDirectory,
boolean verification)
Performs an incremental backup on the database stored in targetDirectory.
|
Copyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.