Browse Source

Note in the KeePassXC documentation which features are in which versions of borgmatic (#1181).

Dan Helfman 2 weeks ago
parent
commit
94dc4c497a
1 changed files with 8 additions and 6 deletions
  1. 8 6
      docs/reference/configuration/credentials/keepassxc.md

+ 8 - 6
docs/reference/configuration/credentials/keepassxc.md

@@ -62,7 +62,8 @@ keepassxc:
 
 
 ### Key file
 ### 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
 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:
 to a password. To configure borgmatic for that, use the `key_file` option:
 
 
@@ -71,10 +72,10 @@ keepassxc:
     key_file: /path/to/keyfile
     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
 ```yaml
 keepassxc:
 keepassxc:
@@ -84,7 +85,8 @@ keepassxc:
 
 
 ### YubiKey
 ### 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
 YubiKey](https://keepassxc.org/docs/#faq-yubikey-2fa). To configure borgmatic
 for that, use the `yubikey` option:
 for that, use the `yubikey` option: