From c54d49022ab9b8a122ec8806c522b42c208685c6 Mon Sep 17 00:00:00 2001 From: Dirk Heilig Date: Tue, 14 Feb 2023 10:02:26 +0100 Subject: [PATCH] fiy curl command --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index f314da4..4a0c750 100644 --- a/Readme.md +++ b/Readme.md @@ -23,7 +23,7 @@ restic snapshots | curl -X POST -d @- http://restic_kumar_reporter/ or ```bash -restic snapshots | curl -X POST -d @- -u "$USER:$PASS" http://restic_kumar_reporter/ +restic snapshots | curl -X POST --data-binary @- -u "$USER:$PASS" http://restic_kumar_reporter/ ``` when RKC_USER and RKC_PASS are set.