shell> curl -X POST --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_admin/backup/create <<EOF { "label" : "foo" } EOF HTTP/1.1 Created content-type: application/json; charset=utf-8 x-content-type-options: nosniff { "error" : false, "code" : 201, "result" : { "id" : "2019-10-03T14.17.41Z_foo", "potentiallyInconsistent" : false, "sizeInBytes" : 1855314, "datetime" : "2019-10-03T14:17:41Z", "nrDBServers" : 1, "nrFiles" : 6 } }