Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to automatically do full backup of repo, wiki, issue tracker etc. in bitbucket?

Tags:

git

bitbucket

I hope my computer can do full backup of a project hosted on bitbucket.org, including all of repo, wiki, issue tracker. How to do it automatically?

like image 619
Vivodo Avatar asked Oct 02 '22 18:10

Vivodo


2 Answers

bitbucket backup https://bitbucket.org/christianspecht/bitbucket-backup/downloads will backup your repos and wiki's but its windows only and doesn't grab issues

seems to work quite well. Been using it for a month

like image 104
lxx Avatar answered Oct 09 '22 21:10

lxx


I don't know of a way to grab everything, automatically using nothing but bitbucket itself (there's no "Download Backup" link). You may want to take a look at this tool though. It looks like it can at least grab the repository and wiki, but not issues--although it could be made to backup issues using the bitbucket api.

You can see more about backing up issues here: How to backup issues list from Bitbucket?

In short, there doesn't appear to be a tool to help do everything that you want.

like image 33
John Szakmeister Avatar answered Oct 09 '22 22:10

John Szakmeister