sleet 0.1.0

A fleet manager for SlateDB databases
Documentation
# 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.

services = ["gc"]

[gc.compacted]
min_age = "30m"

# Opt out of the fleet-wide target: per-field fall-through cannot
# unset an inherited target, so disabled is an ordinary field.
[mirror.targets.dr]
disabled = true

# An explicit second target: point-in-time backups with retention.
[mirror.targets.backup]
url = "gs://backups/db1"
mode = "periodic"
interval = "24h"

[mirror.targets.backup.retention]
keep = "30d"                    # restore points younger than this