Create a new backup through an interactive wizard.
Options:
-c, --compress: compress output-v, --verbose: print detailed process logs
Examples:
backinghum backup:create
backinghum backup:create --compress
backinghum backup:create --compress --verboseInteractive flow summary:
- Select DB:
mongodb|mysql|postgres - MySQL:
- Local
- Remote →
Connection URIorManual details
- PostgreSQL:
- Local
- Remote →
Connection URIorManual details - Docker
Notes:
- In URI mode, only URI + output are requested.
- For URI mode backups, database name is inferred from URI path when missing and saved to the registry.
List all backup entries from the registry.
backinghum backup:listRestore a backup by ID.
You will be prompted to choose restore mode:
- Merge (keep existing data)
- Replace (drop existing data)
backinghum backup:restore 1776174984348Delete backup files and remove the registry entry.
backinghum backup:delete 1776174984348Show all commands and options.