You can configure VMware Tanzu Application Service for VMs (TAS for VMs) file storage backups to include all files, exclude droplets, or exclude droplets and packages. For information about configuring the TAS for VMs blobstore to exclude droplets or to exclude droplets and packages, see the TAS for VMs documentation.

Considerations for configuring file storage backups

When considering configuration for your use case, the two main factors are backup artifact size and Recovery Time Objective (RTO).

If you want a smaller backup artifact, you can exclude certain blobs from the backup. This can enable you to take more frequent backups without using a large amount of storage space and causes shorter periods of app downtime. However, you will have to re-push or restage all apps, which results in a higher RTO.

If you want a lower RTO, you can do a complete file storage backup. However, this results in a larger backup artifact size.

The following table gives approximate values for the proportion of the blobstore used by each object:

Name Portion of blobstore
Buildpacks 0–5%
Packages 5–25%
Droplets 70–80%

Complete file storage backup

A complete file storage backup contains the complete blobstore, including droplets, packages, and buildpacks. This is the default behavior. This backup is the largest and slowest but has the lowest RTO.

When restoring from this backup, apps automatically return in a running state because TAS for VMs is restored with the expected droplets and can reschedule the apps without any manual intervention.

File storage backups excluding droplets

If you configure TAS for VMs to exclude droplets from the file storage backups, the backup is a smaller and faster, but has an increased RTO.

When restoring from this backup, apps return in a stopped state because the foundation does not have their corresponding droplets. Developers must restage each app to return them to a running state. TAS for VMs must recompile the droplet using the packages in the backup then deploy the new droplet. This process increases the RTO.

For more information about configuring the TAS for VMs blobstore to exclude droplets, see Configure file storage in Configuring TAS for VMs.

File storage backups excluding droplets and packages

If you configure TAS for VMs to exclude droplets and packages from the file storage backup, the backup is smaller and faster than the other two options, but with an even greater RTO.

When restoring from this backup, apps return in a stopped state because the foundation does not have their corresponding droplets or packages. Developers must re-push each app to return them to a running state. This uploads the app packages, compiles them, and deploys a new droplet. This process increases the RTO.

check-circle-line exclamation-circle-line close-line
Scroll to top icon