@@ -135,8 +135,8 @@ already stored into the repo, so it does not need to get transmitted and stored
135135again.
136136
137137
138- How can I back up huge file(s) over a unstable connection?
139- ----------------------------------------------------------
138+ How can I back up huge file(s) over an unstable connection?
139+ -----------------------------------------------------------
140140
141141Yes. For more details, see :ref: `interrupted_backup `.
142142
@@ -255,9 +255,7 @@ Checking processors
255255 operate hardware outside its specifications for productive use.
256256
257257 Tools to verify correct processor operation include Prime95 (mprime), linpack,
258- and the `Intel Processor Diagnostic Tool
259- <https://downloadcenter.intel.com/download/19792/Intel-Processor-Diagnostic-Tool> `_
260- (applies only to Intel processors).
258+ and stress-ng.
261259
262260.. rubric :: Repairing a damaged repository
263261
@@ -559,7 +557,7 @@ all your files/dirs data and metadata are stored in their encrypted form
559557into the repository.
560558
561559Yes, as an attacker with access to the remote server could delete (or
562- otherwise make unavailable) all your backups.
560+ otherwise make unavailable) all your backups on that server .
563561
564562How can I protect against a hacked backup client?
565563-------------------------------------------------
@@ -785,16 +783,16 @@ Then you do the backup and look at the log output:
785783
786784When borg runs inside a virtual machine, there are some more things to look at:
787785
788- Some hypervisors (e.g. kvm on proxmox) give some broadly compatible CPU type to the
786+ Some hypervisors (e.g. kvm on older proxmox) give some broadly compatible CPU type to the
789787VM (usually to ease migration between VM hosts of potentially different hardware CPUs).
790788
791789It is broadly compatible because they leave away modern CPU features that could be
792790not present in older or other CPUs, e.g. hardware acceleration for AES crypto, for
793791sha2 hashes, for (P)CLMUL(QDQ) computations useful for crc32.
794792
795793So, basically you pay for compatibility with bad performance. If you prefer better
796- performance, you should try to expose the host CPU's misc. hw acceleration features
797- to the VM which runs borg.
794+ performance, you should try to use the x86-64-v2-AES VCPU or the "host" VCPU,
795+ exposing misc. hw acceleration features to the VM which runs borg.
798796
799797On Linux, check ``/proc/cpuinfo `` for the CPU flags inside the VM.
800798For kvm check the docs about "Host model" and "Host passthrough".
@@ -1068,7 +1066,7 @@ Miscellaneous
10681066macOS: borg mounts not shown in Finder's side bar
10691067-------------------------------------------------
10701068
1071- https://github.com/osxfuse/osxfuse /wiki/Mount-options#local
1069+ https://github.com/macfuse/macfuse /wiki/Mount-options#local
10721070
10731071Read the above first and use this on your own risk::
10741072
0 commit comments