fiy curl command

master
Dirk Heilig 2023-02-14 10:02:26 +01:00
parent ea14f2703d
commit c54d49022a
1 changed files with 1 additions and 1 deletions

View File

@ -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.