2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 16:40:50 +00:00

doc: Fix typo

This commit is contained in:
tr 2022-10-05 21:03:14 +02:00
parent 7112a132c3
commit 43cc01d63e
No known key found for this signature in database
GPG Key ID: 12C36E9FECA804C5

View File

@ -301,7 +301,7 @@ credentials of your Minio Server.
.. code-block:: console .. code-block:: console
$ export AWS_ACCESS_KEY_ID=<YOUR-MINIO-ACCESS-KEY-ID> $ export AWS_ACCESS_KEY_ID=<YOUR-MINIO-ACCESS-KEY-ID>
$ export AWS_SECRET_ACCESS_KEY= <YOUR-MINIO-SECRET-ACCESS-KEY> $ export AWS_SECRET_ACCESS_KEY=<YOUR-MINIO-SECRET-ACCESS-KEY>
Now you can easily initialize restic to use Minio server as a backend with Now you can easily initialize restic to use Minio server as a backend with
this command. this command.