Client

Bootable restore CD/USB stick

Restore CD/USB stick

Server

Downloads are hosted byhunter networks


Client

Changes: Changelog

Windows client

UrBackup Client 2.5.25 (x86/x64) (10/11 + Server editions)
UrBackup Client 2.5.25 (x86/x64) (10/11 + Server editions) without tray icon
UrBackup Client 2.5.25 (x64) (10/11 + Server editions) MSI installer UrBackup Client 2.5.25 (x64) (10/11 + Server editions) MSI installer without tray icon

or with Chocolatey:

choco install urbackup-client

Binary Linux client (command line only; with auto-update; x86/AMD64/ARMv6+/ARM64)

Only this Linux client is auto-updated from the UrBackup server

UrBackup Client 2.5.25 for Linux

Install with:

TF=$(mktemp) && wget "https://hndl.urbackup.org/Client/2.5.25/UrBackup%20Client%20Linux%202.5.25.sh" -O $TF && sudo sh $TF; rm -f $TF

The installer includes a glibc, libstdc++ (static) x86_64 build, and completely static Android NDK builds (bionic libc, LLVM libc++) for x86, x86_64, ARMv6+, ARM64. On x86_64 it will try to use the glibc build first and fall back to the Android NDK build if that does not work.

MacOS client beta

UrBackup Client macOS beta (pkg, x64)

Client source for GNU/Linux

UrBackup Client 2.5.25 source release for Linux

Installation instructions for Linux

Arch Linux

AUR package without GUI

AUR package

Gentoo Linux

Gentoo ebuild


Bootable CD/USB stick to restore image backups

Changes: Changelog

Image backups cannot be restored while the system is running. Therefore following live system can be used:
Download UrBackup Restore CD 2.0.2
Download UrBackup Restore CD 2.4.2 (x64)

Put it on a USB stick with e.g. Rufus. To restore an image boot from the USB stick.


Server

Changes: Changelog
Update Advisory: Update Advisory

Default webinterface port: 55414

Windows:

UrBackup Server 2.5.32 (x86/x64) (10/11 + Server editions)
UrBackup Server 2.5.32 (x64) (10/11 + Server editions) MSI installer Only for up-to-date Windows

or with Chocolatey:

choco install urbackup-server

Install from sources:

UrBackup Server 2.5.32 Source Archive

More information: Install from sources

Debian/Ubuntu:

Hints for installation on Debian/Ubuntu

UrBackup Server 2.5.32 Debian stable/unstable/testing i386/amd64
UrBackup Server 2.5.32 Debian/Ubuntu stretch(with backports)/19.04 or later amd64
UrBackup Server 2.5.32 Debian/Ubuntu stretch(with backports)/19.04 or later armhf (RPi)
UrBackup Server 2.5.32 Debian/Ubuntu stretch(with backports)/19.04 or later arm64

Ubuntu:

PPA: http://launchpad.net/~uroni/+archive/urbackup

Install via e.g.

sudo add-apt-repository ppa:uroni/urbackup
sudo apt update
sudo apt install urbackup-server

If the package is not available at the Launchpad PPA please use the OpenSuSE build service link below. The package won’t be available on the PPA for Ubuntu versions released after the UrBackup server release.

RedHat/​CentOS/​ScientificLinux/​Fedora/​SuSE/​Debian/​Ubuntu/​Raspbian

OpenSuSE build service download page

Arch Linux:

AUR package

Gentoo Linux:

Gentoo ebuild

FreeNAS:

How to install and run UrBackup Server on FreeNAS

QNAP NAS:

Package by Stéphane (Link to the QNAP forums)

Open Media Vault:

The Linux NAS distribution (Debian based) Open Media Vault (OMV) has an UrBackup server plugin starting with OMV 3.0 in OMV-extras. Starting with OMV 5.0 use the Docker container below.

ASUSTOR - ASUS NAS

ARM
x86 (32bit)
x86-x64 (64bit)

Docker

The official container name is uroni/urbackup-server. See also the more detailed usage instructions there. It is a multi-arch docker image that works on x86/ARM 32bit/64bit.

Run UrBackup Server in a docker container via

docker run -d --name urbackup-server-1 -v /media/backups:/backups -v /media/database:/var/urbackup -p 55413-55415:55413-55415 -p 35623:35623/udp uroni/urbackup-server

To update docker container run:

docker rm -f urbackup-server-1
docker pull uroni/urbackup-server

then start via previous command.