1
24.1 Legacy Series / Re: 'OS-Firewall' is missing and 'OS-API-Backup' is orphaned?!?
« on: February 28, 2024, 01:56:46 pm »
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