just fixed our ansible backup-role
in short
* no plugin needed anymore, it's now part of core install
* create backup user
* give rights to backup user like:
Effective Privileges
Inherited from Type Name
GUI Diagnostics: Configuration History
- /ui/core/backup/history*
- /api/core/backup/*
* create api-key
and then try curl like:
/usr/bin/curl --max-time 10 --output config.xml -s -k -u "$KEY":"$SECRET" https://"$FW"/api/core/backup/download/this
in short
* no plugin needed anymore, it's now part of core install
* create backup user
* give rights to backup user like:
Effective Privileges
Inherited from Type Name
GUI Diagnostics: Configuration History
- /ui/core/backup/history*
- /api/core/backup/*
* create api-key
and then try curl like:
/usr/bin/curl --max-time 10 --output config.xml -s -k -u "$KEY":"$SECRET" https://"$FW"/api/core/backup/download/this