From a31233d97ad31b13f583632d19e995265a9a50ce Mon Sep 17 00:00:00 2001 From: shuki Date: Wed, 4 Mar 2026 02:41:35 +0200 Subject: [PATCH] Add single-line installation instructions to README Co-Authored-By: Claude Opus 4.6 --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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