Skip to content
Docs

inquir apps backups <app> create

Snapshot every mounted application volume.

@inquir/compute-cliv0.3.0 · Node.js 22+

Usage#

inquir apps backups <app> createbash
inquir apps backups <app> create [options]

Options#

OptionDescription
--no-waitReturn after queuing; inspect completion separately.
--jsonPrint machine-readable results.

Global flags, environments and CLI credentials

Examples#

Example 1bash
inquir apps backups db create
Example 2bash
inquir apps backups db create --no-wait

Behavior#

The CLI normally follows every snapshot to completion. A timeout does not cancel the server-side copy; inspect the list afterwards.

Backups are crash-consistent snapshots, not a database-aware transaction export.

Guides#