Update BACKUPS.md

This commit is contained in:
Philip O'Toole
2022-10-20 00:35:21 -04:00
committed by GitHub
parent e4f1de95bd
commit 9a341152c8

View File

@@ -25,7 +25,7 @@ SQL text file written successfully
```
The API can also be accessed directly:
```bash
curl -s -L -XGET localhost:4001/db/backup?fmt=sql -o bak.sql
curl -s -XGET localhost:4001/db/backup?fmt=sql -o bak.sql
```
## Backup isolation level