Distribution files for sznuper — install script, systemd service, and VPS E2E tests.
curl -fsSL https://raw.githubusercontent.com/sznuper/dist/main/install.sh | shTo pin a specific version:
curl -fsSL https://raw.githubusercontent.com/sznuper/dist/main/install.sh | VERSION=v0.11.0 sh| Path | Description |
|---|---|
install.sh |
Self-contained install script (downloads binary, creates config, sets up systemd) |
systemd/sznuper.service |
Canonical systemd unit file |
dev/test-install.sh |
E2E test — provisions a VPS and runs the install script |
dev/create-server.sh |
Create a Hetzner VPS for testing |
dev/delete-server.sh |
Delete a Hetzner VPS |