Fix README display text to show GNIZA
This commit is contained in:
12
README.md
12
README.md
@@ -1,4 +1,4 @@
|
|||||||
# gniza4cp
|
# GNIZA
|
||||||
|
|
||||||
cPanel Backup, Restore & Disaster Recovery tool.
|
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
|
## Quick Start
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Configure via WHM → GNIZA4CP Backup Manager (setup wizard)
|
# Configure via WHM → GNIZA Backup Manager (setup wizard)
|
||||||
# Or copy example configs manually:
|
# Or copy example configs manually:
|
||||||
sudo cp /etc/gniza4cp/gniza4cp.conf.example /etc/gniza4cp/gniza4cp.conf
|
sudo cp /etc/gniza4cp/gniza4cp.conf.example /etc/gniza4cp/gniza4cp.conf
|
||||||
sudo cp /etc/gniza4cp/remote.conf.example /etc/gniza4cp/remotes.d/nas.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
|
# Install all schedules to crontab
|
||||||
sudo gniza4cp schedule install
|
sudo gniza4cp schedule install
|
||||||
|
|
||||||
# Show current gniza4cp cron entries
|
# Show current GNIZA cron entries
|
||||||
sudo gniza4cp schedule show
|
sudo gniza4cp schedule show
|
||||||
|
|
||||||
# Remove all gniza4cp cron entries
|
# Remove all GNIZA cron entries
|
||||||
sudo gniza4cp schedule remove
|
sudo gniza4cp schedule remove
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -373,11 +373,11 @@ All restore commands require `--remote=NAME` to specify the source.
|
|||||||
|
|
||||||
## WHM Plugin
|
## 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
|
### 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/`.
|
Plugin files are deployed to `/usr/local/cpanel/whostmgr/docroot/cgi/gniza4cp-whm/`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user