From 631e82f788448219a5ca9776e7ac268e73e0bab9 Mon Sep 17 00:00:00 2001 From: Renz Date: Fri, 28 Nov 2025 12:17:05 +0000 Subject: [PATCH] docs: Update README with current TUI menu structure The interactive menu display was outdated. Updated to match current implementation: - Shows database engine switcher (PostgreSQL/MySQL/MariaDB) - Lists all 13 menu options with separators - Includes new features: Sample backup, Cluster operations, Active operations, History - Matches actual TUI appearance from screenshots --- README.md | 35 ++++++++++++++++++++++------------- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 60f7e9e..cac7d0c 100755 --- a/README.md +++ b/README.md @@ -113,19 +113,28 @@ Menu-driven interface for all operations. Press arrow keys to navigate, Enter to **Main Menu:** ``` -┌─────────────────────────────────────────────┐ -│ Database Backup Tool │ -├─────────────────────────────────────────────┤ -│ > Backup Database │ -│ Restore Database │ -│ List Backups │ -│ Configuration Settings │ -│ Exit │ -├─────────────────────────────────────────────┤ -│ Database: postgres@localhost:5432 │ -│ Type: PostgreSQL │ -│ Backup Dir: /var/lib/pgsql/db_backups │ -└─────────────────────────────────────────────┘ +🗄️ Database Backup Tool - Interactive Menu + +Target Engine: PostgreSQL | MySQL | MariaDB +Switch with ←/→ or t • Cluster backup requires PostgreSQL +Database: root@localhost:5432 (PostgreSQL) + +> Single Database Backup + Sample Database Backup (with ratio) + Cluster Backup (all databases) + ───────────────────────────── + Restore Single Database + Restore Cluster Backup + List & Manage Backups + ───────────────────────────── + View Active Operations + Show Operation History + Database Status & Health Check + Configuration Settings + Clear Operation History + Quit + +Press ↑/↓ to navigate • Enter to select • q to quit ``` **Backup Progress:**