mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-08-04 07:23:01 +02:00
Note in the KeePassXC documentation which features are in which versions of borgmatic (#1181).
This commit is contained in:
@@ -62,7 +62,8 @@ keepassxc:
|
||||
|
||||
### Key file
|
||||
|
||||
KeePassXC supports unlocking a database with a separate [key
|
||||
<span class="minilink minilink-addedin">New in version 2.0.0</span>KeePassXC
|
||||
supports unlocking a database with a separate [key
|
||||
file](https://keepassxc.org/docs/#faq-keyfile-howto) instead of or in addition
|
||||
to a password. To configure borgmatic for that, use the `key_file` option:
|
||||
|
||||
@@ -71,10 +72,10 @@ keepassxc:
|
||||
key_file: /path/to/keyfile
|
||||
```
|
||||
|
||||
By default, keepassxc-cli prompts the user for the password to unlock a
|
||||
database. But if you only want to provide a key file to unlock your database and
|
||||
not a password, for instance to support unattended backups, use the
|
||||
`ask_for_password` option:
|
||||
<span class="minilink minilink-addedin">New in version 2.0.12</span>By default,
|
||||
keepassxc-cli prompts the user for the password to unlock a database. But if you
|
||||
only want to provide a key file to unlock your database and not a password, for
|
||||
instance to support unattended backups, use the `ask_for_password` option:
|
||||
|
||||
```yaml
|
||||
keepassxc:
|
||||
@@ -84,7 +85,8 @@ keepassxc:
|
||||
|
||||
### YubiKey
|
||||
|
||||
KeePassXC also supports unlocking a database with the help of [a
|
||||
<span class="minilink minilink-addedin">New in version 2.0.0</span>KeePassXC
|
||||
also supports unlocking a database with the help of [a
|
||||
YubiKey](https://keepassxc.org/docs/#faq-yubikey-2fa). To configure borgmatic
|
||||
for that, use the `yubikey` option:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user