plugins/dolt-backup/plugin.md
+++ name = "dolt-backup" description = "Smart Dolt database backup with change detection" version = 2
[gate] type = "cooldown" duration = "15m"
[tracking] labels = ["plugin:dolt-backup", "category:data-safety"] digest = true
[execution] timeout = "5m" notify_on_failure = true severity = "high" +++
Syncs production Dolt databases to filesystem backups via dolt backup sync.
Executed via run.sh — no AI interpretation.
dolt backup sync for changed databases./run.sh # Normal execution
./run.sh --dry-run # Report without syncing
./run.sh --databases hq,beads # Specific databases only