This is the README for Backup and Restore Ops-files. Use these to configure your deployment for use with BBR.
For more information about using these ops-files, see the Cloud Foundry docs.
To learn more about cf-deployment
, go to the main README.
- For General Ops-files, check out the Ops-file README.
- For Addons Ops-files that can be applied to manifests or runtime configs, check out the Addons Ops-file README.
- For Community Ops-files, check out the Community Ops-file README.
- For Experimental Ops-files, check out the Experimental Ops-file README.
Name | Purpose | Notes |
---|---|---|
enable-backup-restore.yml |
Deploy BOSH backup and restore instance and enable release level backup. | |
enable-backup-restore-azure.yml |
Enables the backup and restore of Azure blobstores with soft delete enabled. | Requires enable-backup-restore.yml and use-azure-storage-blobstore.yml |
enable-restore-azure-clone.yml |
Deploy with this ops file when restoring to a different Azure storage account. | Requires enable-backup-restore.yml and use-azure-storage-blobstore.yml |
enable-backup-restore-gcs.yml |
Enables the backup and restore of GCS blobstores. | Requires enable-backup-restore.yml and use-gcs-blobstore-service-account.yml |
enable-backup-restore-s3-versioned.yml |
Enables the backup and restore of versioned S3 blobstores. | Requires enable-backup-restore.yml and use-s3-blobstore.yml |
enable-backup-restore-s3-unversioned.yml |
Enables the backup and restore of unversioned S3 blobstores. | Requires enable-backup-restore.yml and use-s3-blobstore.yml . Introduces new variables |
skip-backup-restore-droplets.yml |
Skips the droplets bucket from the blobstore backup | Requires enable-backup-restore.yml . For more information on selective backups, see Selective Backup Configurations for Blobstores. |
skip-backup-restore-droplets-and-packages.yml |
Skips the droplets and the packages buckets from the blobstore backup | Requires enable-backup-restore.yml . For more information on selective backups, see Selective Backup Configurations for Blobstores. |
enable-restore-nfs-broker.yml |
Enables the ability to restore the NFS volume service when droplets have not been backed up. | Requires enable-nfs-volume-service.yml and should only be used when either skip-backup-restore-droplets-and-packages.yml or skip-backup-restore-droplets.yml are in use. When running errands, to avoid running nfsbrokerpush twice, you must specify the nfs-broker-push instance group during the run-errand command. |
enable-restore-smb-broker.yml |
Enables the ability to restore the SMB volume service when droplets have not been backed up. | Requires enable-smb-volume-service.yml and should only be used when either skip-backup-restore-droplets-and-packages.yml or skip-backup-restore-droplets.yml are in use. When running errands, to avoid running smbbrokerpush twice, you must specify the smb-broker-push instance group during the run-errand command. |