Client
- Windows
- Linux Binary (command line only; with auto-update)
- MacOS
- Arch Linux
- Gentoo Linux
- Client Source for Linux
Bootable restore USB stick
Server
- Windows
- Debian
- Ubuntu
- RedHat/CentOS/ScientificLinux/Fedora/SuSE/Debian/Ubuntu/Raspbian
- Arch Linux
- Gentoo Linux
- GNU/Linux, FreeBSD
- FreeNAS
- QNAP NAS
- Open Media Vault
- ASUSTOR - ASUS NAS
- Docker
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:
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
Gentoo Linux
Bootable 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 Stick 2.4.2 (x64)
Put it on a USB stick with e.g. Rufus. To restore an image boot from the USB stick.
(old 32-bit: Download UrBackup Restore CD 2.0.2 )
Server
Changes: Changelog
Update Advisory: Update Advisory
Default webinterface port: 55414
Windows:
UrBackup Server 2.5.33 (x86/x64) (10/11 + Server editions)
UrBackup Server 2.5.33 (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.33 Source Archive
More information: Install from sources
Debian/Ubuntu:
Hints for installation on Debian/Ubuntu
UrBackup Server 2.5.33 Debian stable/unstable/testing i386/amd64
UrBackup Server 2.5.33 Debian/Ubuntu stretch(with backports)/19.04 or later amd64
UrBackup Server 2.5.33 Debian/Ubuntu stretch(with backports)/19.04 or later armhf (RPi)
UrBackup Server 2.5.33 Debian/Ubuntu stretch(with backports)/19.04 or later arm64
Ubuntu:
PPA: http://launchpad.net/~uroni/+archive/urbackup
Install via e.g.
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:
Gentoo Linux:
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.