Windows x64
x64 64-bitFor most Intel and AMD Windows PCs and servers.
MD5:074bd87316024c81830f2c3296485ca1
Get the native Windows or Linux build for your device, with x64 and ARM packages available for both platforms. Linux can also be installed with one command.
Windows x64 is the default download. Other builds are listed below.
The best match for this device is selected automatically. If you are downloading for another machine, choose any package below.
For most Intel and AMD Windows PCs and servers.
MD5:074bd87316024c81830f2c3296485ca1
For Snapdragon and other ARM-based Windows devices.
MD5:b484aa380ecfa8a2c30de3d8f6233251
For most Intel and AMD Linux servers and workstations.
MD5:3686dbd68693d1bd13c0af0954e3ac85
For ARM servers, single-board computers and edge hosts.
MD5:949b4dda6706967b507a54f4475015f6
The installer detects x64 or ARM automatically, downloads the matching package, and runs the installation script.
Run this command in a Linux terminal. It requires curl and administrator permission through sudo.
curl -s https://www.jitbackup.com/jitbackup.sh | sudo bash
Pull the image and start the container. Persistent data and configuration are mounted from the host.
Use Docker on either x64 or ARM hosts for a consistent deployment and a straightforward upgrade path.
jitbackup/jitbackup:latest
docker pull jitbackup/jitbackup:latest
docker run -d \
--name jitbackup \
--restart unless-stopped \
-p 8080:8080 \
-v /opt/jitbackup/data:/var/lib/jitbackup \
-v /opt/jitbackup/config:/etc/jitbackup \
jitbackup/jitbackup:latest