Skip to content

Backup all bitbucket repositories to a local folder

License

Notifications You must be signed in to change notification settings

skydiver/bitbucket-backup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitbucket backup

This is a Node.js application, which helps you cloning all your repos from Bitbucket to your local machine. It may be helpful when owning many repositories.

Install

This app requires a single dependency - Node.js. You can install it by simply running

npm install bitbucket-backup

Usage

node bitbucketbackup --user=bbUser --pass=bbPass --owner=teamOrUserName --folder=./bitbucket-repo-backups --auth=ssh

Note that all options are mandatory, except --folder and --auth. It defaults to ./bitbucket-repo-backups and https authentication respectively.

Changelog

  • 0.2.0 Changed name from app to bitbucketbackup
  • 0.1.0 Added SSH authentication option as well as fetch and pull commands if repo already exists locally.
  • 0.0.1 Original

About

Backup all bitbucket repositories to a local folder

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%