GLPI plugindeveloped byTICgalto send backups to BorgBase. Examples Using cURL: $ curl \ -X POST \ -H 'Content-Type: application/json' \ -H "Authorization: Bearer <YOUR TOKEN>" \ -d '{"query": "{ sshList {id, name}}" }' \ https://api.borgbase.com/graphql ...