Backup Automated Bitbucket projects/sources

Vinicius B. Dezan September 9, 2020

Good Morning Everyone,

I am looking for a way to backup my local projects / sources that are on Bitbucket.
In this case, I would need something automated, that I could adapt to a routine, like a clone script for example, that would daily download my complete code to the local PC.

I saw and used SCM Backup, however, it does not bring me the sources for each backup, in this case, not considering what we need.

Does anyone know of a solution to make this procedure possible?

Thank's.
Best regards,
Vinicius Dezan.

 

1 answer

1 accepted

0 votes
Answer accepted
Mikael Sandberg
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 9, 2020

To backup a Git repository you should use the git clone --mirror, this will clone the entire repository, notes, heads, refs, etc. What you will not get are any data that Bitbucket is storing, like permissions, pull requests etc.

Vinicius B. Dezan September 10, 2020

Hi @Mikael Sandberg, thanks for the answer, can you tell me if I can automate this? without it being necessary to perform it manually whenever I want to make the backup?

Mikael Sandberg
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 10, 2020

Yes, it can be automated but only from the client side. All you need is a scheduler that runs the git clone command whenever you want to create the backup.

Vinicius B. Dezan September 10, 2020

Perfect, you will perform the internal tests with the task scheduler by calling the script.
Thank you very much.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events