Changing line 200 in /usr/local/opnsense/mvc/app/controllers/OPNsense/Core/Api/BackupController.php to this fixes the issue:
Or just pulling that Git commit haha.
Code Select
$this->response->setContentType('application/octet-stream', 'UTF-8');
Or just pulling that Git commit haha.