ABOUT
Alpine-BorgBackup-Server is a lightweight containerized backup server based on Alpine Linux and BorgBackup. It provides a secure and efficient way to manage your backups with minimal resource usage, making it ideal for Proxmox VE environments.
infoAfter installation, use the 'update' option in the script to configure SSH access and/or password authentication.
infoRefer to the official BorgBackup documentation for setup and usage instructions.
INSTALL
Approved local installer
alpinealpine 3.24
Approved locally2 CPU1024 MB RAM20 GB disk
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/alpine-borgbackup-server.sh'; sha='258cf8f7237f18422e92911f8968467a3dab4cf6e3ad43112c298bc7f6440b81'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/alpine-borgbackup-server.shSHA-256 258cf8f7237f18422e92911f8968467a3dab4cf6e3ad43112c298bc7f6440b81 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.