I'm thinking about adding a "backup" command to the shell which (if the server has online-backup on the classpath) can perform an online-backup to a destination of choice (given that the source db has been copied a first time already to that location). Btw. it'd be nice to get rid of that step somehow.
And maybe add a "-c" argument to the shell main class so that you can do: $ java -jar neo4j-shell-<version>.jar -c "backup /my/backup/db" so that you could put it as a cron job or something. That command could also be able to set data sources to keep their logical logs or other stuff. Just a thought... would that be useful? -- Mattias Persson, [[email protected]] Hacker, Neo Technology www.neotechnology.com _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

