mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 08:16:54 +00:00
docs: key: fix keyfile mode in example
This commit is contained in:
parent
17e75f3eea
commit
78230dd299
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Examples
|
|||
::
|
||||
|
||||
# Create a key file protected repository
|
||||
$ borg rcreate --encryption=keyfile -v
|
||||
$ borg rcreate --encryption=keyfile-aes-ocb -v
|
||||
Initializing repository at "/path/to/repo"
|
||||
Enter new passphrase:
|
||||
Enter same passphrase again:
|
||||
|
|
Loading…
Reference in a new issue