← Back to home
Comparison · Infra & APIs

Dragonfly vs BorgBackup

A side-by-side editorial comparison of Dragonfly and BorgBackup — release velocity, themes, recent moves, and the top alternatives to consider.

Dragonfly vs BorgBackup: at a glance

FeatureDragonflyBorgBackup
SectorInfra & APIsInfra & APIs
Velocity score5.06.3
Sparks · 30d01
Top themesin-memory-datastore, redis-compatible, upstream-sync, io-loopbackup, deduplication, repository-format, dual-branch
Last editorial update1h ago1h ago
WebsiteVisit →Visit →

What is Dragonfly?

Dragonfly is paying down its Redis fork debt and chasing correctness in the new IO loop.

Releases land every few days as incremental i1.39.x tags, and the work splits three ways. First, resyncing forked Redis code with upstream Valkey — the hyperloglog resync pulled in a CVE fix for run-length overflow in sparse opcodes plus AVX2 and ARM NEON merge kernels, and exposed three Dragonfly-local bugs in the process. Second, correctness in the v1 and v2 IO loops: a pub/sub ordering defect where anti-starvation quota logic could run a pipelined UNSUBSCRIBE ahead of queued messages and silently drop them. Third, ongoing internal migration of command handlers to a new argument parser.

Read the full Dragonfly trajectory →

What is BorgBackup?

Borg's long-running 2.0 beta finally landed packs — and warned it dropped back to alpha quality.

Borg runs two trains in the same feed. The 1.4.x line is explicitly a refreshed 1.2 — same features and behaviour, with the riskier changes isolated so they could be tested before shipping — and it has taken over as the recommended branch since 1.2.9 was called the final 1.2 release. The 2.0 line has been in beta since well before this window, at b22 as of July 2026, with every release carrying a do-not-use-on-production warning. b22 introduced packs and the maintainers told users to expect alpha stability despite the beta number.

Read the full BorgBackup trajectory →

Dragonfly vs BorgBackup: editorial side-by-side

D
Dragonfly
INFRA · APIS
5.0

Dragonfly is paying down its Redis fork debt and chasing correctness in the new IO loop.

◆ Current state

Releases land every few days as incremental i1.39.x tags, and the work splits three ways. First, resyncing forked Redis code with upstream Valkey — the hyperloglog resync pulled in a CVE fix for run-length overflow in sparse opcodes plus AVX2 and ARM NEON merge kernels, and exposed three Dragonfly-local bugs in the process. Second, correctness in the v1 and v2 IO loops: a pub/sub ordering defect where anti-starvation quota logic could run a pipelined UNSUBSCRIBE ahead of queued messages and silently drop them. Third, ongoing internal migration of command handlers to a new argument parser.

◆ Where it's heading

The fork-maintenance thread is the structural one — Dragonfly carries Valkey-derived code that drifts, and resyncing is how it inherits both security fixes and SIMD performance work it did not write. Running two IO loop generations at once is the current source of risk, visible in tests that had to be skipped on the v1 leg and in an ordering bug that only appeared after v1.38 changed the dispatch quota. Neither thread is adding user-facing capability; this is a window of consolidation.

◆ Prediction

Expect the v2 IO loop to move toward default as the ordering and pause-semantics gaps close, and further upstream resyncs of forked Redis files now that the hyperloglog sync established a formatting convention to keep them cheap.

B
BorgBackup
INFRA · APIS
6.3

Borg's long-running 2.0 beta finally landed packs — and warned it dropped back to alpha quality.

◆ Current state

Borg runs two trains in the same feed. The 1.4.x line is explicitly a refreshed 1.2 — same features and behaviour, with the riskier changes isolated so they could be tested before shipping — and it has taken over as the recommended branch since 1.2.9 was called the final 1.2 release. The 2.0 line has been in beta since well before this window, at b22 as of July 2026, with every release carrying a do-not-use-on-production warning. b22 introduced packs and the maintainers told users to expect alpha stability despite the beta number.

◆ Where it's heading

The split is the story: one branch exists purely to keep existing users safe and current, while the other rewrites how data is stored on disk. Packs are the kind of change that determines whether 2.0 ever ships — repository layout affects performance, resumability and every recovery path at once, and the honesty about stability regressing suggests the shakeout is still ahead. The 1.4 line will keep absorbing fixes and low-severity security work in the meantime, and the b18 corruption bug shows why the two trains are kept firmly apart.

◆ Prediction

Expect further 2.0 betas focused on packs stability before anything resembling a release candidate, with 1.4.x continuing to carry routine fixes for production users.

Alternatives to Dragonfly and BorgBackup

Other Infra & APIs products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either Dragonfly or BorgBackup.

See all Dragonfly alternatives → · See all BorgBackup alternatives →

Recent activity from Dragonfly and BorgBackup

Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.

  1. 4d agoBorgBackup1.4.5: fixes, a low-severity security fix and small features
  2. 5d agoDragonflyi1.39.11: chore(hll): sync hyperloglog.c with valkey upstream (#7961)
  3. 11d agoDragonflyFix mutable cross-thread access on shared reply builder
  4. 13d agoBorgBackup2.0.0b22 introduces packs — and warns stability regressed to alpha
  5. 13d agoDragonflyi1.39.9: fix(facade): preserve pub/sub order on unsubscribe (v1 IO loop) (#7909)
  6. 26d agoDragonflyi1.39.6: test: skip V2-only pause tests under V1 (#7822)
  7. 1mo agoDragonflyi1.39.4: Add list compression tuning flags (#7762)
  8. 1mo agoDragonflyi1.39.3: chore(server): migrate main_service handlers to CmdArgParser
  9. 4mo agoBorgBackup1.4.4 maintenance release
  10. 4mo agoBorgBackup2.0.0b21 beta, testing only
  11. 7mo agoBorgBackup2.0.0b20 beta, testing only
  12. 8mo agoBorgBackup1.4.3 maintenance release

Frequently asked questions

What is the difference between Dragonfly and BorgBackup?

They serve adjacent needs but don't currently overlap on shipped themes. BorgBackup is currently shipping more aggressively (velocity 6.3 vs 5.0), with 1 editorial sparks in the last 30 days against 0. See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is Dragonfly better than BorgBackup?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. BorgBackup is currently shipping more aggressively (velocity 6.3 vs 5.0), with 1 editorial sparks in the last 30 days against 0. For your specific use case, the alternatives sections above list other Infra & APIs products to evaluate alongside.

What are the best alternatives to Dragonfly?

Top Dragonfly alternatives in Infra & APIs are ranked by recent ship velocity. Browse the "Dragonfly alternatives" section above for the current picks, or visit /alternatives/dragonfly for the full list with editorial commentary on each.

What are the best alternatives to BorgBackup?

Top BorgBackup alternatives in Infra & APIs are ranked by recent ship velocity. Browse the "BorgBackup alternatives" section above for the current picks, or visit /alternatives/borgbackup for the full list with editorial commentary on each.