pivotal-cf/service-backup

Name: service-backup

Owner: Pivotal Cloud Foundry

Description: Service Backup for Cloud Foundry

Created: 2017-06-02 10:53:50.0

Updated: 2018-04-26 10:18:28.0

Pushed: 2018-05-21 08:33:01.0

Homepage: https://docs.pivotal.io/svc-sdk/service-backup

Size: 319

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

service-backup

Utility to provide mechanism for backing up services

Usage

This is intended to be used with the service-backup-release. Further instructions can be found in that repository.

Development

S3 requires the AWS CLI:

 install awscli

Azure requires the blobxfer CLI for batch uploads:

 install python
install blobxfer

NB: blobxfer version 1.0.0 or above is required

The S3 integration tests require access to a bucket called service-backup-integration-test with all permissions. Example policy is as follows:


ersion": "2012-10-17",
tatement": [
{
  "Sid": "servicebackupintegrationtest",
  "Effect": "Allow",
  "Action": [
      "s3:*"
  ],
  "Resource": [
      "arn:aws:s3:::service-backup-*/*",
      "arn:aws:s3:::service-backup-*"
  ]
}


The environment variables required to run the tests are listed in .envrc.template.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.