Backup sets
Paginated operator view backed by `/api/v1/backups`.
Loading backup inventory...
MVP Rails Dashboard
Phase 2.5 control surface for infra, recovery and spend.
Operational view for storage cadence, recovery confidence, and restore blind spots.
Paginated operator view backed by `/api/v1/backups`.
Loading backup inventory...
Loading backup summary...
Backup requests are persisted first, then picked up by a separate worker process with retry and lease handling.
No jobs yet
Queue a backup job to verify background processing.
Retry profile is capped at three attempts with exponential backoff.
Client uses explicit connect and read timeouts from settings.
Server-side encryption is requested on upload to Yandex Object Storage.
Circuit breaker throttles repeated storage failures before operators keep hammering the provider.
Backup summary API is cache-backed to avoid repeating the same aggregate work on every refresh.
Backup execution is now persisted in a durable queue and drained by a separate worker process.
Akave replication remains deferred and documented in TODO.md.