- PostgreSQL and MySQL support - Interactive TUI with fixed menu navigation - Line-by-line progress display - CPU-aware parallel processing - Cross-platform build support - Configuration settings menu - Silent mode for TUI operations
5 lines
139 B
Bash
Executable File
5 lines
139 B
Bash
Executable File
#!/bin/bash
|
|
# Simple wrapper for dbbackup with postgres defaults
|
|
|
|
cd /root/dbbackup
|
|
exec ./dbbackup-simple interactive --user postgres "$@" |