Forums

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

How do I download all of my bitbucket data

sethrh
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!
October 9, 2025

I've just learned that Atlassian deleted or removed content from my account (snippets, not sure what else) sometime earlier this year. I want an archive of everything I have or had on bitbucket so I can migrate to another service.

Ideally, I want a zip file of everything, similar to what I would get on "Google Takeout". 

How do I do this?

1 answer

0 votes
Shwetha Suvarna
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 14, 2025

Hi @sethrh 

Welcome to community…

Currently, there is no built-in process for customers to back up BitBucket.

A recommended practice for locally backing up remote repositories is utilizing a mirror clone. This Git command will copy all your repository references to your local machine. To execute this, run the following command:

git clone --mirror <repoURL>
  • The --mirror flag clones all branches and commits of the specified repository.

  • Please note that metadata such as settings, comments, and pull requests are not a part of this backup.

Additionally, there are paid third-party services available that can assist with data backups, such as Rewind Backups for Bitbucket.

I hope this information is helpful. Let me know if you have any further questions.

Best Regards
Shwetha Suvarna

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin Site Admin
TAGS
AUG Leaders

Atlassian Community Events