Borg performance on an old CPU #8524
-
Hi, I read a lot of the doc from borg and i have changed these settings :
Here is the lscpu from client :
Here is the crud benchmark with borg1.4 done with the repo on local SSD and benchmark data on ZFS (repo is configured with blake2 encryption) :
Another crud benchmark on the same SSD for the repo and test data :
Another crud benchmark on the same SSD but without encryption (speed is a bit improved but far from what I am expecting) :
Here is the cpu benchmark with borg2.0.0b13 :
Based on everything above :
Questions :
Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
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:
If you want to see checkpoint archives, use |
Beta Was this translation helpful? Give feedback.
-
I just noticed that this is with borg 2.0.0b13. For this, the kind of repository is also relevant:
In general: this is a beta, so don't use it for production backups. |
Beta Was this translation helpful? Give feedback.
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: