borgbackup/borg

compare borg binaries produced by nuitka and pyinstaller

Closed

#9,722 opened on Jun 4, 2026

 (5 comments) (0 reactions) (0 assignees)Python (732 forks)batch import
easyhelp wanted

Repository metrics

Stars
 (10,086 stars)
PR merge metrics
 (Avg merge 5d 12h) (91 merged PRs in 30d)

Description

See #9721 (master branch) or scripts/build*.

Interesting would be (for both nuitka and pyinstaller):

  • startup time for the single-file binary
  • temporary space usage (e.g. /tmp)
  • performance of a backup and a restore
  • performance of borgfs filesystem (borg mount)

Contributor guide