Skip to content

Overview

The backup suite provides a standalone backup service with its own HTTP API, SDK, and scheduled jobs.

Typical integration:

  • Run @saflib/backup-http as a separate service.
  • Use @saflib/backup-sdk in admin or tooling UIs.
  • Schedule backup tasks via @saflib/backup-cron.

This suite is experimental. If your host offers a way to regularly take disk snapshots, that might be a better solution.

Packages

PackageRole
@saflib/backup-specOpenAPI spec and shared types
@saflib/backup-httpHTTP server
@saflib/backup-sdkTanStack Query hooks and shared components
@saflib/backup-cronCron jobs for the backup service
@saflib/backup-service-commonShared types and utilities