mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-20 21:57:03 -04:00
docs: fix markup
This commit is contained in:
parent
1386c67513
commit
39300d1fd0
2 changed files with 1 additions and 2 deletions
|
|
@ -605,8 +605,6 @@ server to get the approximate resource usage.
|
|||
.IP \(bu 2
|
||||
\fBborg delete repo:\fP done on the server
|
||||
.UNINDENT
|
||||
.IP "System Message: WARNING/2 (docs/usage_general.rst.inc:, line 354)"
|
||||
Bullet list ends without a blank line; unexpected unindent.
|
||||
.sp
|
||||
It won\(aqt go beyond 100% of 1 core as the code is currently single\-threaded.
|
||||
Especially higher zlib and lzma compression levels use significant amounts
|
||||
|
|
|
|||
|
|
@ -351,6 +351,7 @@ CPU client:
|
|||
- **borg check:** similar to extract, but depends on options given.
|
||||
- **borg prune / borg delete archive:** low to medium CPU usage
|
||||
- **borg delete repo:** done on the server
|
||||
|
||||
It won't go beyond 100% of 1 core as the code is currently single-threaded.
|
||||
Especially higher zlib and lzma compression levels use significant amounts
|
||||
of CPU cycles. Crypto might be cheap on the CPU (if hardware accelerated) or
|
||||
|
|
|
|||
Loading…
Reference in a new issue