Versions in this module Expand all Collapse all v0 v0.1.2 Apr 10, 2026 Changes in this version + func Create(opts CreateOptions) error + func Restore(opts RestoreOptions) error + type CreateOptions struct + Dest string + IncludeDB bool + Logger *slog.Logger + type Manifest struct + ConfigDir string + CreatedAt time.Time + Files []ManifestFile + IncludesDB bool + Version string + type ManifestFile struct + Category string + RelPath string + SHA256 string + Size int64 + type RestoreOptions struct + Force bool + From string + Logger *slog.Logger