1.3.0
New:
Introduces parallel multi-deployment backup capabilities
bbr
will apply the relevant action to all the BOSH deployments that can be accessed using the provided BOSH credentials- The following actions are supported:
$> bbr deployment --all-deployments pre-backup-check
$> bbr deployment --all-deployments backup
$> bbr deployment --all-deployments backup-cleanup
Improvement:
Improves support for tunnelling (BOSH_ALL_PROXY
-- https://bosh.io/docs/cli-tunnel/) for the interaction between bbr
and a BOSH director
- Adds tunnelling support for the
bbr director
commands