mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-24 23:13:25 +00:00
'Want' fixes
aka who are you to presume what I want?
This commit is contained in:
parent
253d8e8d4e
commit
8ada680c87
5 changed files with 5 additions and 5 deletions
|
@ -422,7 +422,7 @@ Deprecations:
|
|||
We keep the --compression 0..9 for now not to break scripts, but it is
|
||||
deprecated and will be removed later, so better fix your scripts now:
|
||||
--compression 0 (as in 0.24) is the same as --compression zlib,0 (now).
|
||||
BUT: if you do not want compression, you rather want --compression none
|
||||
BUT: if you do not want compression, use --compression none
|
||||
(which is the default).
|
||||
--compression 1 (in 0.24) is the same as --compression zlib,1 (now)
|
||||
--compression 9 (in 0.24) is the same as --compression zlib,9 (now)
|
||||
|
|
|
@ -414,4 +414,4 @@ If you need to use a different version of Python you can install this using ``py
|
|||
source borg-env/bin/activate # always before using!
|
||||
...
|
||||
|
||||
.. note:: As a developer or power user, you always want to use a virtual environment.
|
||||
.. note:: As a developer or power user, you should always use a virtual environment.
|
||||
|
|
|
@ -110,7 +110,7 @@ The easiest way to find out about what\(aqs fastest is to run \fBborg benchmark
|
|||
\fIrepokey\fP modes: if you want ease\-of\-use and \(dqpassphrase\(dq security is good enough \-
|
||||
the key will be stored in the repository (in \fBrepo_dir/config\fP).
|
||||
.sp
|
||||
\fIkeyfile\fP modes: if you rather want \(dqpassphrase and having\-the\-key\(dq security \-
|
||||
\fIkeyfile\fP modes: if you want \(dqpassphrase and having\-the\-key\(dq security \-
|
||||
the key will be stored in your home directory (in \fB~/.config/borg/keys\fP).
|
||||
.sp
|
||||
The following table is roughly sorted in order of preference, the better ones are
|
||||
|
|
|
@ -123,7 +123,7 @@ The easiest way to find out about what's fastest is to run ``borg benchmark cpu`
|
|||
`repokey` modes: if you want ease-of-use and "passphrase" security is good enough -
|
||||
the key will be stored in the repository (in ``repo_dir/config``).
|
||||
|
||||
`keyfile` modes: if you rather want "passphrase and having-the-key" security -
|
||||
`keyfile` modes: if you want "passphrase and having-the-key" security -
|
||||
the key will be stored in your home directory (in ``~/.config/borg/keys``).
|
||||
|
||||
The following table is roughly sorted in order of preference, the better ones are
|
||||
|
|
|
@ -118,7 +118,7 @@ def build_parser_rcreate(self, subparsers, common_parser, mid_common_parser):
|
|||
`repokey` modes: if you want ease-of-use and "passphrase" security is good enough -
|
||||
the key will be stored in the repository (in ``repo_dir/config``).
|
||||
|
||||
`keyfile` modes: if you rather want "passphrase and having-the-key" security -
|
||||
`keyfile` modes: if you want "passphrase and having-the-key" security -
|
||||
the key will be stored in your home directory (in ``~/.config/borg/keys``).
|
||||
|
||||
The following table is roughly sorted in order of preference, the better ones are
|
||||
|
|
Loading…
Reference in a new issue