You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Being forced to move up to the cloud bitbucket offering, I want a script to ensure all repos from a cloud bitbucket workspace are regularly pulled to our local server where we can run a full backup.
Can anyone help provide a (windows) script to do this? Or a script we could run on our local bamboo build server to ensure a regular local copy is retained.
It would need to pull all repo's based on the workspace and I would prefer not to have to manually add a new pull each time a new project or repo is created.
Thanks!
Thanks for the feedback.
For now, I have gone with a slightly different tool:
SCM Backup: SCM Backup (scm-backup.org)
Seems to do what I need (for now) although I am starting to realise that like most remote hosting, having to move our Bitbucket, Jira and Confluence to the hosted cloud offering is definately NOT cheaper than self-hosting!
Hi Chris!
To run Bitbucket backups, you can do the following:
1. Using git clone
Command-line Script. To use this command, you must have Git installed on your terminal. You can read more about it here.
2. You can use bbbackup. It's used as a backup solution for cloud-to-local repository cloning. It’s written in Python, which means to use it you need to have Python installed on your machine.
3. You can use third-party automated and compliant backups like Rewind that are compatible with Atlassian's shared responsibility model.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.