Yandex Cloud
Поиск
Связаться с экспертомПопробовать бесплатно
  • Кейсы
  • Документация
  • Блог
  • Все сервисы
    • Cloud Interconnect
    • Cloud Backup
    • Cloud Registry
    • Yandex AI Studio
    • Compute Cloud
    • Object Storage
    • Managed Service for Kubernetes®
    • Yandex BareMetal
    • Smart Web Security
    • Security Deck
    • Managed Service for PostgreSQL
    • Managed Service for ClickHouse®
    • Monium
    • Cloud CDN
    • Network Load Balancer
    • Virtual Private Cloud
    • Cloud DNS
    • Application Load Balancer
    • Yandex Cloud Video
    • Stackland
    • Yandex Cloud Router
    • Yandex Managed Service for Trino
    • Managed Service for MySQL®
    • Managed Service for Valkey™
    • Managed Service for Apache Spark™
    • Yandex StoreDoc
    • Managed Service for OpenSearch
    • Managed Service for Apache Kafka®
    • Data Transfer
    • Yandex MPP Analytics Engine for PostgreSQL
    • Yandex Managed Service for Apache Airflow®
    • Data Processing
    • Yandex MetaData Hub
    • Managed Service for YDB
    • Managed Service for Sharded PostgreSQL
    • Managed Service for YTsaurus
    • Yandex WebSQL
    • DataLens
    • Yandex Search API
    • SpeechSense
    • SpeechKit
    • DataSphere
    • Vision OCR
    • Translate
    • Yandex Neurosupport
    • Yandex Cloud Detection and Response
    • Yandex Identity Hub
    • Key Management Service
    • Certificate Manager
    • Yandex Lockbox
    • Audit Trails
    • SmartCaptcha
    • Cloud Desktop
    • GOST Gateway
    • Yandex SIEM
    • SourceCraft Code Assistant
    • Container Registry
    • Managed Service for GitLab
    • SourceCraft
    • Managed Service for Prometheus®
    • Cloud Functions
    • API Gateway
    • Yandex Cloud Postbox
    • Message Queue
    • Serverless Integrations
    • IoT Core
    • Data Streams
    • Serverless Containers
    • Cloud Notification Service
    • Yandex Query
    • Identity and Access Management
    • Yandex Cloud Console
    • Resource Manager
    • Yandex Cloud Billing
    • Yandex Cloud Quota Manager
    • Cloud Apps
  • Статус работы сервисов
  • Marketplace
    • Популярные
    • Инфраструктура и сеть
    • Платформа данных
    • Искусственный интеллект
    • Безопасность
    • Инструменты DevOps
    • Бессерверные вычисления
    • Управление ресурсами
  • Все решения
    • По отраслям
    • По типу задач
    • Экономика платформы
    • Yandex Cloud Trust
    • Техническая поддержка
    • Каталог партнёров
    • Обучение и сертификация
    • Облако для стартапов
    • Облако для крупного бизнеса
    • Центр технологий для общества
    • Облако для интеграторов
    • Поддержка IT-бизнеса
    • Облако для фрилансеров
    • Обучение и сертификация
    • Блог
    • Документация
    • Контент-программа
    • Мероприятия и вебинары
    • Контакты, чаты и сообщества
    • Идеи
    • Калькулятор цен
    • Тарифы
    • Акции и free tier
  • Кейсы
  • Документация
  • Блог
Создавайте контент и получайте гранты!Готовы написать своё руководство? Участвуйте в контент-программе и получайте гранты на работу с облачными сервисами!
Подробнее о программе
Проект Яндекса
© 2026 ООО «Яндекс.Облако»
Terraform в Yandex Cloud
  • Начало работы
  • Настройка аутентификации Terraform-провайдера Yandex Cloud
  • Библиотека решений
    • Обзор
    • История изменений (англ.)
          • backup_policy

В этой статье:

  • Example usage
  • Arguments & Attributes Reference
  1. Справочник Terraform
  2. Ресурсы (англ.)
  3. Cloud Backup
  4. Data Sources
  5. backup_policy

yandex_backup_policy (DataSource)

Статья создана
Yandex Cloud
Обновлена 9 февраля 2026 г.
Открыть в Markdown
  • Example usage
  • Arguments & Attributes Reference

Get information about a Yandex Backup Policy. For more information, see the official documentation.

Важно

One of policy_id or name should be specified.

Важно

In case you use name, an error will occur if two policies with the same name exist. In this case, rename the policy or use the policy_id.

Example usageExample usage

//
// Get information about existing Cloud Backup Policy
//
data "yandex_backup_policy" "my_policy" {
  name = "some_policy_name"
}

output "my_policy_name" {
  value = data.yandex_backup_policy.my_policy.name
}

Arguments & Attributes ReferenceArguments & Attributes Reference

  • archive_name (String). The name of generated archives. Default [Machine Name]-[Plan ID]-[Unique ID]a.
  • cbt (String). Configuration of Changed Block Tracking. Available values are: USE_IF_ENABLED, ENABLED_AND_USE, DO_NOT_USE. Default DO_NOT_USE.
  • compression (String). Archive compression level. Affects CPU. Available values: NORMAL, HIGH, MAX, OFF. Default: NORMAL.
  • created_at (Read-Only) (String). The creation timestamp of the resource.
  • enabled (Read-Only) (Bool). If this field is true, it means that the policy is enabled.
  • fast_backup_enabled (Bool). If true, determines whether a file has changed by the file size and timestamp. Otherwise, the entire file contents are compared to those stored in the backup.
  • file_filters [Block]. File filters to specify masks of files to backup or to exclude of backuping.
    • exclusion_masks (List Of String). Do not backup files that match the following criteria.
    • inclusion_masks (List Of String). Backup only files that match the following criteria.
  • folder_id (String). The folder identifier that resource belongs to. If it is not provided, the default provider folder-id is used.
  • format (String). Format of the backup. It's strongly recommend to leave this option empty or AUTO. Available values: AUTO, VERSION_11, VERSION_12.
  • id (String).
  • lvm_snapshotting_enabled (Bool). LVM will be used to create the volume snapshot. If LVM fails to create a snapshot (for example, because there is not enough free space), the software will create the snapshot itself.
  • multi_volume_snapshotting_enabled (Bool). If true, snapshots of multiple volumes will be taken simultaneously. Default true.
  • name (Required)(String). The resource name.
  • performance_window_enabled (Bool). Time windows for performance limitations of backup. Default false.
  • policy_id (String). ID of the policy.
  • reattempts [Block]. Amount of reattempts that should be performed while trying to make backup at the host.
    • enabled (Bool). Enable flag. Default true.
    • interval (String). Retry interval. See interval_type for available values. Default: 5m.
    • max_attempts (Number). Maximum number of attempts before throwing an error. Default 5.
  • retention [Block]. Retention policy for backups. Allows to setup backups lifecycle.
    • after_backup (Bool). Defines whether retention rule applies after creating backup or before.
    • rules [Block]. A list of retention rules.
      • max_age (String). Deletes backups that older than max_age. Exactly one of max_count or max_age should be set.
      • max_count (Number). Deletes backups if it's count exceeds max_count. Exactly one of max_count or max_age should be set.
      • repeat_period (List Of String). Possible types: REPEATE_PERIOD_UNSPECIFIED, HOURLY, DAILY, WEEKLY, MONTHLY. Specifies repeat period of the backupset.
  • scheduling [Block]. Schedule settings for creating backups on the host.
    • backup_sets [Block]. A list of schedules with backup sets that compose the whole scheme.
      • execute_by_interval (Number). Perform backup by interval, since last backup of the host. Maximum value is: 9999 days. See interval_type for available values. Exactly on of options should be set: execute_by_interval or execute_by_time.
      • execute_by_time [Block]. Perform backup periodically at specific time. Exactly on of options should be set: execute_by_interval or execute_by_time.
        • include_last_day_of_month (Bool). If true, schedule will be applied on the last day of month. See day_type for available values. Default false.
        • monthdays (List Of Number). List of days when schedule applies. Used in MONTHLY type.
        • months (List Of Number). Set of values. Allowed values form 1 to 12.
        • repeat_at (List Of String). List of time in format HH:MM (24-hours format), when the schedule applies.
        • repeat_every (String). Frequency of backup repetition. See interval_type for available values.
        • run_later (Bool). If true and if the machine is off, launch missed tasks on boot up. Default false.
        • type (Required)(String). Type of the scheduling. Available values are: HOURLY, DAILY, WEEKLY, MONTHLY.
        • weekdays (List Of String). List of weekdays when the backup will be applied. Used in WEEKLY type.
      • type (String). BackupSet type. See backup_set_type for available values. Default TYPE_AUTO.
    • enabled (Bool). Enables or disables scheduling. Default true.
    • max_parallel_backups (Number). Maximum number of backup processes allowed to run in parallel. 0 for unlimited. Default 0.
    • random_max_delay (String). Configuration of the random delay between the execution of parallel tasks. See interval_type for available values. Default 30m.
    • scheme (String). Scheme of the backups. Available values are: ALWAYS_INCREMENTAL, ALWAYS_FULL, WEEKLY_FULL_DAILY_INCREMENTAL, WEEKLY_INCREMENTAL. Default ALWAYS_INCREMENTAL.
    • weekly_backup_day (String). A day of week to start weekly backups. See day_type for available values. Default MONDAY.
  • sector_by_sector (Bool). A sector-by-sector backup of a disk or volume creates a backup copy of all sectors of the disk or volume, including those that do not contain data. Therefore, the size of such a backup copy will be equal to the size of the original disk or volume.
  • silent_mode_enabled (Bool). If true, a user interaction will be avoided when possible. Default true.
  • splitting_bytes (String). Determines the size to split backups. It's better to leave this option unchanged. Default 9223372036854775807.
  • updated_at (Read-Only) (String). The update timestamp of the resource.
  • validation_enabled (Bool). Validation is a time-consuming process, even with incremental or differential backups of small amounts of data. This is because not only the data physically contained in the backup copy is verified, but all data restored when it is selected. This option requires access to previously created backup copies.
  • vm_snapshot_reattempts [Block]. Amount of reattempts that should be performed while trying to make snapshot.
    • enabled (Bool). Enable flag. Default true.
    • interval (String). Retry interval. See interval_type for available values. Default: 5m.
    • max_attempts (Number). Maximum number of attempts before throwing an error. Default 5.
  • vss_provider (String). Settings for the volume shadow copy service. Available values are: NATIVE, TARGET_SYSTEM_DEFINED. Default NATIVE.

Была ли статья полезна?

Предыдущая
client_config
Следующая
backup_policy
Создавайте контент и получайте гранты!Готовы написать своё руководство? Участвуйте в контент-программе и получайте гранты на работу с облачными сервисами!
Подробнее о программе
Проект Яндекса
© 2026 ООО «Яндекс.Облако»