Re: [Neo4j] Online Backup Possible w/Embedded Neo4J 1.3M04?

2011-03-17 Thread Peter Neubauer
Rick, there is a command line utility to do that, see http://docs.neo4j.org/chunked/snapshot/operations-backup.html#_embedded_and_server Programmatically, look at https://github.com/neo4j/graphdb/blob/master/com/src/test/java/org/neo4j/com/backup/TestBackup.java Be aware that you should for

Re: [Neo4j] Online Backup Possible w/Embedded Neo4J 1.3M04?

2011-03-17 Thread Rick Bullotta
To: Neo4j user discussions Cc: Rick Bullotta Subject: Re: [Neo4j] Online Backup Possible w/Embedded Neo4J 1.3M04? Rick, there is a command line utility to do that, see http://docs.neo4j.org/chunked/snapshot/operations-backup.html#_embedded_and_ server Programmatically, look at https://github.com/neo4j