Skip to content

Borg performance on an old CPU #8524

Answered by ThomasWaldmann
Aztorius asked this question in Q&A
Discussion options

You must be logged in to vote

Nothing special here, the initial backup has a high volume and thus is slow.

With borg 1.x, you won't be able to backup at network link speed. This is because borg 1.x is single-threaded and synchronous. There is a plan to do multithreading and internal queueing some day, but likely not in the near future. borg2 will have some improvements, but due to project scope, multithreading is for a future milestone after borg2.

What you can do is:

  • partition your input data into smaller subsets
  • back up the subsets to different repositories (you can do that in parallel)
  • wait until the initial backup is completed, restart backups that got interrupted (they will make progress)
  • after initial backup, i…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
5 replies
@Aztorius
Comment options

@ThomasWaldmann
Comment options

@ThomasWaldmann
Comment options

@Aztorius
Comment options

@ThomasWaldmann
Comment options

Answer selected by Aztorius
Comment options

You must be logged in to vote
1 reply
@Aztorius
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants