feat(backup): add MinIO snapshot backups via CLI and scheduler

This commit is contained in:
William Valentin
2026-02-16 13:16:29 -08:00
parent 8bed99c770
commit 01ee6ba53f
13 changed files with 416 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
export { runBackupSnapshot, backupInternals, type BackupRunOptions, type BackupResult } from './run.js';