Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

HI I backed up my site how do I read the content ?

KJ
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 22, 2019

Hello,

 

so I backed up my site and when I expanded the zip file I noticed the attachments are in a unix executable format not in pdf like it was uploaded. How do I make that data readable?

 

Ken

1 answer

1 accepted

0 votes
Answer accepted
Warren
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 22, 2019

Hi @KJ 

I was only looking at my backup this morning, so hopefully I can help - I'm talking about a cloud Jira backup.

In the root of the backup file, open entities.xml. Search for lines starting <FileAttachment, they're all together. The id="xx" gives you the filename of the attachment file and filename="abc" gives you the filename.

So if you search through the filename= and find a file that you want, check what it's id is and that will be the name of the file to search for within the attachments folder in the backup.

Hope that's clear

Rory Strickler
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 8, 2019

I think the question is less about finding the file and actually being able to open those attachment files and read them.

I too would love to know if/how this is possible

Warren
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 11, 2019

Hi @Rory Strickler 

The layout of the zip file from a backup looks like this

Screenshot_2.jpg

 

and then within the attachments folder, each project has it's own folder and each ticket that has attachments has it's folder with the files (attachments) as shown below

Screenshot_3.jpg

 

Then follow my comment above to find, within entities.xml, the list correlating the attachment file names with each file. Rename it correctly and you have all the attachments

Rory Strickler
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 11, 2019

got it so the part i was missing was to rename the files. Thanks!

Elvia Rodriguez
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 2, 2020

@Rory Strickler I followed those steps and renamed the files however I see the files in such an odd format "FILE" how can it be read?

Suggest an answer

Log in or Sign up to answer