Rick, there is always a network transfer going on, but of course in the localhost case this is over loopback. Any particular reason you only want file operations to be involved?
Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com/peterneubauer http://www.neo4j.org - Your high performance graph database. http://startupbootcamp.org/ - Öresund - Innovation happens HERE. http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party. On Mon, Jun 13, 2011 at 6:52 PM, Rick Bullotta <[email protected]> wrote: > How can we use online backup in Neo4J to do a "hot" backup to another local > disk? > > It seems that the only way to instantiate the OnlineBackup class is something > like: OnlineBackup.from("localhost"), but that would seem to imply that it > will be doing network communications to do the backup, vs just doing it via > file system operations. > > Is there a better/alternative way to achieve this for a "local" hot backup? > > Thanks, > > Rick > ThingWorx > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

