Yandex Cloud Backup release notes
Written by
Updated at November 21, 2024
Q3 2024
- Enabled setting an existing backup policy when creating a VM with a Cloud Backup connection in the management console, YC CLI, Terraform, and API.
- Added support for a new data source in Terraform yandex_backup_policy
to get information about a backup policy. - Added a new resource in Terraform yandex_backup_policy_bindings
to link VMs to backup policies. - Implemented sending service metrics to Yandex Monitoring.
- Added the ability to create VM backups outside the backup policy schedule using the YC CLI.
- Added support for Yandex BareMetal server backups.
Q2 2024
- Updated the Cloud Backup backup agent.
- Added support for new operating systems:
- Added support for images with OS Login:
- Added the REST API listTasks method for the Resource resource and the ResourceService/ListTasks gRPC API call. You can use them to view the backup activities of connected VMs.
- Added the following parameters to the REST API methods for the Resource resource and to the ResourceService gRPC API calls:
initStatus
: VM initialization status in Cloud Backup.metadata
: Metadata for detailed information about the VM registration process in Cloud Backup.
- Added these events to the service's audit logs:
InitResource
: Initializing a VM connection to Cloud Backup.UpdateResource
: Updating the status of a VM connection to Cloud Backup.
Q1 2024
- In the management console, on the
Operations tab, some inherently long-running tasks are now considered asynchronous operations, with a completion percentage added for certain actions. - Updated the process of applying changes for backup storage rules. By default, new rules will now take effect as soon as another backup is created.
- Added support for creation of a policy with the
scheduling.scheme=CUSTOM
custom backup schedule scheme. For more information, see Backup policy specification.