automatic-cloud-backup
automatic-cloud-backup copied to clipboard
Atlassian is making a change to authentication that will break this tool (deprecating cookie auth)
They are getting rid of cookie based authentication and replacing it with token based authentication. https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-basic-auth-and-cookie-based-auth/ I haven't looked into it much, but it might not be too bad.
```json { "status": "Success", "progress": 100, "description": "Compressing data & attachments", "result": "{\"mediaFileId\":null}", "startTime": 1513004884339 } ``` So, the actual backup file can never be found.
backup.sh fails to generate any backup and I receive no error messages. I drilled it down to this line: `BKPMSG=$(curl -s --cookie $COOKIE_FILE_LOCATION --header "X-Atlassian-Token: no-check" -H "X-Requested-With: XMLHttpRequest" -H...
I am able to download .zip files for both JIRA and Confluence, but when I attempt to unzip them, it just goes into a .cpgz->.zip infinite loop as described here:...
Currently the cookie has 0644 permissions, which means that it could potentially be taken and used by local users other than the one who created it. The script should chmod...