Skip to content

/cg list

Lists backups from the local backups folder.

Syntax

/cg list [--limit N|-n N] [--target |-t ] [--mode configs|full|-m ...] [--createdBy |--by ] [--id ] [--errors]

Default behavior

  • Shows the most recent backups (defaultLimit from config, clamped to 1..100)
  • Reads only meta.json (never reads payload content)

Filters

  • --limit N or -n N
    Max items to show (1..100)

  • --target or -t
    Case-insensitive contains-match against targetType:targetValue

  • --mode configs|full or -m configs|full
    Filters by backup mode

  • --createdBy or --by
    Filters by createdBy

  • --id
    Filters by backup id prefix

  • --errors
    Shows only backups with issues:

    • meta missing or invalid
    • payload missing
    • warnings marker present

Flags in output

  • meta=missing
  • meta=invalid
  • payload=missing
  • warnings