Depending on the version you are using, the way to backup and restore your data will be different.
Data backup and restore
Community version
To back up your data of a community version server, only cold backup (offline) is possible.
A first way, very basic, but not to say DIY, is: first stop your server, then copy the whole $NEO_HOME/data folder to a secure storage. Then restart your server.
To restore backup data, stop your server, replace the $NEO_HOME/data folder with your backup, and restart your server.Â
Another way is to use the neo4j-admin utility program, installed with the server in $NEO_HOME/bin:
neo4j-admin dump --to=file --database=optionnalDBName
The to parameter should be a path to a file. The database...