gcs-blobstore-backup-restorer job from backup-and-restore-sdk/1.17.0
Github source:
b77b8f0
or
master branch
Properties¶
bpm
¶
enabled
¶use bpm to run gcs backup and restore scripts
- Default
false
buckets
¶
Hash of buckets to backup/restore to
- Default
{}
- Example
-
|- droplets: bucket_name: "the_droplets_bucket" backup_bucket_name: "the_droplets_backup_bucket"
enabled
¶
Enable backup and restore scripts in this job
- Default
false
gcp_service_account_key
¶
GCP service account key JSON
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/gcs-blobstore-backup-restorer/
directory
(learn more).
bin/bbr/backup
(frombackup.erb
)bin/bbr/metadata
(frommetadata.erb
)bin/bbr/restore
(fromrestore.erb
)config/bpm.yml
(frombpm.yml.erb
)config/buckets.json
(frombuckets.json.erb
)config/gcp-service-account-key.json
(fromgcp-service-account-key.json.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.