BACKUP POLICY
Last updated
Config path: /<database>/<schema>/backup_policy/<name>.yaml
Example:
schedule: 90 minutes
expire_after_days: 30
comment: My snapshot policyschedule (str) - schedule for creating backups of an object
expire_after_days (int) - number of days until a backup expires
comment (str)
Last updated