Borg Web UI

Control your Borg backups with a clean web interface. Schedule jobs, browse archives, restore files, and monitor progress in real-time. Get alerts on 100+ services.

Manage your Borg Backup repositories without touching the command line. This tool provides a modern, clean web interface to handle all your backup tasks, from scheduling to restoration. It gives you a complete visual overview of your backup status and system health in real-time.

Key features include:

  • Full Backup Management: Create and manage backups with live progress tracking so you always know what's happening.
  • Easy Restoration: Browse archives and restore individual files or entire directories directly from the UI.
  • Visual Scheduler: Set up complex backup schedules using a simple cron-based visual editor.
  • Broad Notifications: Receive alerts for backup success or failure through over 100 services, including Email, Slack, Discord, and Telegram.
  • Repository & Key Management: Easily manage local and remote SSH repositories and handle SSH key generation and storage securely.
  • System Monitoring: Keep an eye on system resources with a real-time monitoring dashboard.

Built for ease of use, it features a zero-configuration setup, runs on multiple platforms (amd64, arm64, armv7), and has a responsive design that works on mobile devices. It is a robust solution for managing backups on a home server, Raspberry Pi, or production infrastructure.

Directory Structure

borg-web-ui
borg-ui
backups
data
ssh
.env
docker-compose.yml

docker-compose.yml

services:
  borg-ui:
    image: ainullcode/borg-ui:latest
    container_name: borg-ui
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=UTC
      - ADMIN_USERNAME=${ADMIN_USERNAME}
      - ADMIN_PASSWORD=${ADMIN_PASSWORD}
      - SECRET_KEY=${SECRET_KEY}
    volumes:
      - ./backups:/backups
      - ./data:/app/data
      - ./ssh:/root/.ssh
    ports:
      - "8080:8080"
    restart: unless-stopped

.env

ADMIN_USERNAME=admin
ADMIN_PASSWORD=your_secure_password
SECRET_KEY=your_super_secret_key
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Borg Web UI

Favicon

 

  
  
Favicon

 

  
  
Favicon