Fix README display text to show GNIZA

This commit is contained in:
shuki
2026-03-05 21:18:53 +02:00
parent c186453a28
commit f1e7682f21

View File

@@ -1,4 +1,4 @@
# gniza4cp
# GNIZA
cPanel Backup, Restore & Disaster Recovery tool.
@@ -35,7 +35,7 @@ The uninstall script removes the CLI, symlink, cron entries, and WHM plugin. Con
## Quick Start
```bash
# Configure via WHM → GNIZA4CP Backup Manager (setup wizard)
# Configure via WHM → GNIZA Backup Manager (setup wizard)
# Or copy example configs manually:
sudo cp /etc/gniza4cp/gniza4cp.conf.example /etc/gniza4cp/gniza4cp.conf
sudo cp /etc/gniza4cp/remote.conf.example /etc/gniza4cp/remotes.d/nas.conf
@@ -222,10 +222,10 @@ sudo gniza4cp schedule delete nightly
# Install all schedules to crontab
sudo gniza4cp schedule install
# Show current gniza4cp cron entries
# Show current GNIZA cron entries
sudo gniza4cp schedule show
# Remove all gniza4cp cron entries
# Remove all GNIZA cron entries
sudo gniza4cp schedule remove
```
@@ -373,11 +373,11 @@ All restore commands require `--remote=NAME` to specify the source.
## WHM Plugin
gniza4cp includes a WHM plugin for managing backups through the cPanel/WHM web interface. All pages use **Tailwind CSS v4** with **DaisyUI v5** for styling.
GNIZA includes a WHM plugin for managing backups through the cPanel/WHM web interface. All pages use **Tailwind CSS v4** with **DaisyUI v5** for styling.
### Installation
The plugin is installed automatically by `scripts/install.sh`. It registers with WHM at **Plugins > gniza4cp Backup Manager**.
The plugin is installed automatically by `scripts/install.sh`. It registers with WHM at **Plugins > GNIZA Backup Manager**.
Plugin files are deployed to `/usr/local/cpanel/whostmgr/docroot/cgi/gniza4cp-whm/`.