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
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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.