Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.59 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.59 KB

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: