pibackup is a portable 64-bit backup and restore tool with a simple
graphical user interface,
designed for Raspberry Pi and Linux systems.
It can create, shrink, compress (Zstandard) and restore images of SD
cards, SSDs and HDDs.
Backups are safe, flexible, and can be restored directly from .img or
.img.zst files.
👉 Unlike typical SD card tools, pibackup works with large storagedevices (SSD/HDD) as well as smaller SD cards.
🖥️ Simple graphical user interface (GUI)
⚡ 64-bit Linux application (ARM64)
💾 Backup of first two partitions (/boot + /root)
🚫 Configurable exclude file
🔐 Optional removal of SSH & DHCP configs
📉 Automatic image shrinking
🗜️ Compression with Zstandard (.zst)
💽 Supports SD, SSD, HDD and other block devices
🧠 Empty sectors filled with 0xFF (better compression)
📂 Restore from .img or .img.zst
🎯 Device selection via dropdown list
📏 Adjustable partition size
👀 Live partition preview
🧱 Optional partition deletion
📐 Filesystem auto-resize\
For fresh Raspberry Pi setups:
- enable SSH on first boot\
- Set username & password\
- Configure WiFi (SSID + PSK)\
📥 Install (Recommended)
# Download latest release, unzip, and install
# Automatically installs all dependencies (e.g. zstd)
wget -O /tmp/pibackup.zip https://sourceforge.net/projects/pibackup/files/latest/download\
&& unzip -o /tmp/pibackup.zip -d /tmp/pibackup\
&& sudo apt install /tmp/pibackup/bin/pibackup_*.debpibackupOr via menu:
Utility → PiBackup
sudo dpkg -i pibackup.deb
sudo apt -f installLinux (ARM64)
No manual dependency installation required
All dependencies are handled via .deb
Developed with CodeTyphon
Gui:Qt5
Target: 64-bit ARM (arm64)\
Tested on:\
Raspberry Pi 4\
Raspberry Pi 5\
Debian Bookworm / Trixie (X11)
MIT License -- see LICENSE
This tool works directly on storage devices.\
Incorrect usage may result in data loss.
RaspberryFpc
💡 Create a rescue SD card with Linux + pibackup.
In case of system failure:
Boot rescue system
Restore your backup image
Get your system back instantly\
🔗 Other Projects
raspberry-udp_audio_receiver -- Low latency audio over UDP
DS18B20-FPC-Pi-GUI -- Temperature sensor GUI
RaspberryPi-BME280-GUI -- Sensor access GUI
RaspberryPi-GPIOv2-FPC -- GPIO control unit