diff --git a/README.md b/README.md index 574e08c..18d239b 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,23 @@ cPanel Backup, Restore & Disaster Recovery tool. Uses `pkgacct --nocompress --skiphomedir` for account backups, gzips SQL files individually, and transfers everything (including homedirs) to remote destinations with incremental snapshots. Supports three remote types: **SSH** (rsync with hardlink-based `--link-dest`), **Amazon S3** / S3-compatible (via rclone), and **Google Drive** (via rclone). Supports multiple remote destinations with independent schedules and retention policies. +## Installation + +```bash +curl -sSL http://192.168.100.100:3000/shukivaknin/gniza/raw/branch/main/scripts/install.sh | sudo bash +``` + +Or from a local clone: + +```bash +git clone ssh://git@192.168.100.100:2222/shukivaknin/gniza.git +cd gniza +sudo bash scripts/install.sh +``` + ## Quick Start ```bash -# Install -sudo bash scripts/install.sh # Interactive setup (creates config + first remote) sudo gniza init