1
0
Fork 0

No dash required for "hot backup"

master
Philip O'Toole 8 years ago committed by GitHub
parent f13d0ae659
commit 90e252be58

@ -1,6 +1,6 @@
# Backups
rqlite supports hot-backing up a node. You can retrieve and write a consistent snapshot of the underlying SQLite database to a file like so:
rqlite supports hot backing up a node. You can retrieve and write a consistent snapshot of the underlying SQLite database to a file like so:
```bash
curl localhost:4001/db/backup -o bak.sqlite3

Loading…
Cancel
Save