BACKUP POLICY

Config path: /<database>/<schema>/backup_policy/<name>.yaml

Example:

schedule: 90 minutes
expire_after_days: 30
comment: My snapshot policy

Schema

  • schedule (str) - schedule for creating backups of an object

  • expire_after_days (int) - number of days until a backup expires

  • comment (str)

Last updated