The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

repo backup and restore with git-lfs files

sjamisorc
January 28, 2021

I have many repos in Bitbucket cloud and make a local backup using git clone --mirror but that does not capture the git-lfs files.

How do I backup the git-lfs files and restore them in addition to the mirrored repo backup?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 1, 2021

Hi @sjamisorc ,

You can fetch lfs objects in a mirror clone with the command

git lfs fetch --all

The command needs to be executed inside the directory of the mirror clone.

For restoring, after you push the mirror repo, you can do

git lfs push --all <repo-url>

Kind regards,
Theodora

DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events