ABOUT
URBackup is an open-source backup software designed for creating reliable and efficient backups of both files and system images. It supports client-server architecture, allowing you to back up multiple computers to a central server. It offers features such as incremental backups, real-time file backup, and scheduling, ensuring minimal data loss and quick recovery
infoYou probably want to drastically extend the storage space to fit whatever clients you want to back up
infoDirectory `/opt/urbackup/backups` is set as initial backup path. Change it to your liking
INSTALL
Approved local installer
DefaultDebian 13
Approved locally1 CPU1024 MB RAM16 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/urbackupserver.sh'; sha='1d6ffb3567c78a04388e59f442d3a15b9d0d7a3303350c776e1bb69137a8d1e6'; 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/urbackupserver.shSHA-256 1d6ffb3567c78a04388e59f442d3a15b9d0d7a3303350c776e1bb69137a8d1e6 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.