Add single-line installation instructions to README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
16
README.md
16
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.
|
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
|
## Quick Start
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Install
|
|
||||||
sudo bash scripts/install.sh
|
|
||||||
|
|
||||||
# Interactive setup (creates config + first remote)
|
# Interactive setup (creates config + first remote)
|
||||||
sudo gniza init
|
sudo gniza init
|
||||||
|
|||||||
Reference in New Issue
Block a user