diff --git a/DOC/BACKUPS.md b/DOC/BACKUPS.md index 8db2f18d..721530c2 100644 --- a/DOC/BACKUPS.md +++ b/DOC/BACKUPS.md @@ -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