Skip to content
Snippets Groups Projects
Commit befb009c authored by Radim Peša's avatar Radim Peša
Browse files

Update backup.sh

parent 8eeea419
No related branches found
No related tags found
1 merge request!4Update backup.sh
Pipeline #27740 passed
......@@ -2,8 +2,9 @@
if [ "$1" = "recover" ]; then
rm -rf /neodata
rm -rf /neodata/*
echo "Starting Neo4j database recovery."
ls /one-backup
tar -xvzf /one-backup/neo4j.tgz -C /
exit 0
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment