Skip to content

Beta Features

Beta features are admin-controlled switches under Settings > Advanced > Beta.

They are off by default. Enable them only when you need the behavior and are prepared to turn it off again.

Current Beta Switches

SettingWhat it doesWhen to use it
Bypass locks for info commandsAdds --bypass-lock to Borg info commandsWhen read-only info calls hit lock contention
Bypass locks for list commandsAdds --bypass-lock to Borg list commandsWhen archive/file listing hits lock contention
Fast Borg 2 archive browseUses a faster Borg 2 browsing mode with smaller payloadsVery large Borg 2 archives
MQTT integrationShows MQTT settings and enables MQTT runtime configurationHome Assistant or MQTT monitoring tests
Managed CLI agentsShows Managed Agents and server-side enrollmentRunning Borg on client machines managed by one Borg UI server

Lock Bypass Warnings

Bypass-lock is for read-only operations. It can help when Borg UI is only trying to inspect a repository but another operation holds a lock.

Do not use bypass-lock as a fix for unsafe concurrent writes. If a backup, prune, compact, restore, or external Borg process is running, wait for it to finish.

Borg 2 Fast Browse

Fast Borg 2 archive browsing reduces payload size and can make large archives more responsive.

Tradeoff: recursive folder sizes may be unavailable in this mode.

MQTT Integration

When the MQTT beta flag is enabled, MQTT settings appear in Settings > System > MQTT.

The runtime supports broker URL, port, username/password, client ID, QoS, retained messages, and TLS certificate paths.

MQTT is still treated as beta. Validate topics and payloads against your own broker before relying on it for alerting.

Managed CLI Agents

When the managed CLI agents beta flag is enabled, Managed Agents appears in the Backup navigation group for admins who can manage remote machines.

Use it to create a short-lived enrollment token, install borg-ui-agent on the client machine, register the client with a Borg UI URL that it can reach, and then run the agent continuously. See Managed Agents for the full client setup and startup guidance.

Reporting Issues

When reporting beta issues, include:

  • Borg UI version
  • which beta switch is enabled
  • Borg version
  • repository type
  • relevant job logs

Distributed under the AGPL-3.0 License.