# Example dbs/<db>.toml: one registered database. The filename is the
# percent-encoded database URL, so an empty file is valid and registers
# the database with the fleet-wide config. Contents are exactly a
# [database] table; set fields override the fleet-wide value.
= ["gc"]
[]
= "30m"
# Opt out of the fleet-wide target: per-field fall-through cannot
# unset an inherited target, so disabled is an ordinary field.
[]
= true
# An explicit second target: point-in-time backups with retention.
[]
= "gs://backups/db1"
= "periodic"
= "24h"
[]
= "30d" # restore points younger than this