borgmatic

key export

πŸ”

Here's the command-line help for this action in the most recent version of borgmatic. If you're using an older version, some of these flags may not work, and you should instead run the action with --help to see the flags specific to your borgmatic version.

usage: borgmatic key export [--paper] [--qr-html] [--repository REPOSITORY]
                            [--path PATH] [-h]

Export a copy of the repository key for safekeeping in case the original goes
missing or gets damaged

key export arguments:
  --paper               Export the key in a text format suitable for printing
                        and later manual entry
  --qr-html             Export the key in an HTML format suitable for printing
                        and later manual entry or QR code scanning
  --repository REPOSITORY
                        Path of repository to export the key for, defaults to
                        the configured repository if there is only one, quoted
                        globs supported
  --path PATH           Path to export the key to, defaults to stdout (but be
                        careful about dirtying the output with --verbosity)
  -h, --help            Show this help message and exit

Improve this documentation

Have an idea on how to make this documentation even better? Use our issue tracker to send your feedback!