Skip to content

aclevername/bosh-backup-and-restore

 
 

Repository files navigation

BOSH Backup and Restore

BOSH Backup and Restore is a CLI utility for orchestrating the backup and restore of BOSH deployments and BOSH directors. It orchestrates triggering the backup or restore process on the deployment or director, and transfers the backup artifact to and from the deployment or director.

This repository contains the source code for BOSH Backup and Restore.

CI Status

BBR build status BBR Build Status Badge

Developing BBR locally

We use dep to manage our dependencies, so run:

  1. go get github.com/cloudfoundry-incubator/bosh-backup-and-restore/cmd/bbr
  2. cd $GOPATH/src/github.com/cloudfoundry-incubator/bosh-backup-and-restore
  3. make setup

You're good to go. Run tests locally with make test.

Additional information

Docs: http://docs.cloudfoundry.org/bbr/index.html

Slack: #bbr on https://slack.cloudfoundry.org

Talks:

Blog posts:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.4%
  • Makefile 0.6%