The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Subversion backup is too large

Ronaldo Orbite
July 24, 2013

When I tried to backup my subversion data on OnDamand Jira instance, the system generates a 38gb file. I tried to download the file twice but I coudn't. The connection dropped.

I accessed the '/webdav/backupmanager/' folder from a WebDav client, but didn't work.

Is there a way to generate the file splitted in 1 ou 2gb parts and put in '/webdav/backupmanager/' folder ?

Thanks!

Ronaldo

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Marlon Aguiar
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 24, 2013

Hi Ronaldo,

We have a built in timeout of 15 minutes in OnDemand, could you try performing the download using the follow wget command?

$ wget -t 0 --user="MYUSER" --password="MYPASS" https://example.atlassian.net/webdav/backupmanager/Application-backup-20130725.zip

It will automatically retry (and resume) the download if it gets interrupted. It looks like this is the simplest option we've seen so far to circumvent this problem, assuming your system has wget on it.

Hope it helps!

Regards,

Marlon