Recall already has the underlying backup mechanism: recall export --format sqlite uses SQLite VACUUM INTO (verified at src/commands/export.ts:119-137).
Scope: add a tiny recall backup alias for discoverability only. Do not create a second backup implementation or separate mechanism.
Acceptance: recall backup routes to the existing sqlite export path and docs/help text make the alias relationship explicit.
Recall already has the underlying backup mechanism:
recall export --format sqliteuses SQLiteVACUUM INTO(verified atsrc/commands/export.ts:119-137).Scope: add a tiny
recall backupalias for discoverability only. Do not create a second backup implementation or separate mechanism.Acceptance:
recall backuproutes to the existing sqlite export path and docs/help text make the alias relationship explicit.