BorgBackup (Borg) is a deduplicating backup program. Optionally, it supports compression and authenticated encryption.
The main goal of Borg is to provide an efficient and secure way to backup data. The data deduplication technique used makes Borg suitable for daily backups since only changes are stored. The authenticated encryption technique makes it suitable for backups to not fully trusted targets.
All data can be protected using 256-bit AES encryption, data integrity and authenticity is verified using HMAC-SHA256. Data can be compressed with lz4, zstd, zlib, or lzma.
Borg runs at the command line. This roundup explores front-ends to Borg which simplify making backups. We include GUI and CLI software as well as web-based software.
Here’s our verdict captured in a legendary LinuxLinks-style ratings chart. The rating only reflects our views on the front-ends, not BorgBackup itself. Only free and open source software is included.

| Front-Ends to Borg Backup | |
|---|---|
| Vorta | Qt-based backup client |
| borgmatic | Simple command-line configuration-driven backup software |
| Pika Backup | GNOME app focused on backups of personal data |
| Emborg | Simple command line utility to orchestrate backups |
| BorgWarehouse | Fast and modern WebUI for BorgBackup |
| Borg UI | Modern web-based interface for BorgBackup |
| Borgitory | Web UI for managing BorgBackup |
| BorgTUI | TUI and CLI to automate BorgBacku |
| snapborg | Synchronizes snapper snapshots to a borg repository |
| Borg Backup Server | GUI Manager for Multiple Borg Endpoints |
This article has been updated to reflect the changes outlined in our recent announcement.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Know a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |


Would you mind including Borg Backup Server?
We’ll take a look at it.
Why do you call it Borg Backup Server when it’s a GUI manager (web application)?
Its a centralized server to manage BorgBackup Agents. It’s similar to how Veeam or R1Soft might work.