VIBENetBackup v1.2
What's New
- Run Now button — Manually trigger any scheduled backup from the Schedules page
- Persistent SECRET_KEY — Credentials now survive updates on both systemd and Docker installs
- Docker entrypoint — Auto-generates and persists SECRET_KEY to data volume if not set
- Safer installer — Preserves .env, database, backups, and SSH keys in temp dir before any changes
Docker
docker pull ghcr.io/kulunkilabs/vibenetbackup:latestInstall / Update
curl -fsSL https://raw.githubusercontent.com/kulunkilabs/vibenetbackup/main/install.sh | sudo bash