CLI
dbdock list
List all available backups with filtering.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List all available backups with filtering.
npx dbdock list [options]
| Option | Description |
|---|---|
--recent <N> | Show the N most recent backups |
--search <keyword> | Filter by keyword in backup ID |
--days <N> | Show backups from the last N days |
--limit <N> | Limit total results |
npx dbdock list --recent 10
npx dbdock list --days 7
npx dbdock list --search "pre-deploy"
npx dbdock list --days 30 --limit 20
┌────────────────────────────────────┬──────────┬───────────┬─────────────────────┐
│ ID │ Size │ Encrypted │ Created │
├────────────────────────────────────┼──────────┼───────────┼─────────────────────┤
│ backup-2026-04-16-08-00-00-abc123 │ 45.2 MB │ ✓ │ 2026-04-16 08:00:00 │
│ backup-2026-04-15-08-00-00-def456 │ 45.1 MB │ ✓ │ 2026-04-15 08:00:00 │
│ backup-2026-04-14-08-00-00-ghi789 │ 44.8 MB │ ✓ │ 2026-04-14 08:00:00 │
└────────────────────────────────────┴──────────┴───────────┴─────────────────────┘
Total: 3 backup(s) — 135.1 MB
