Merge pull request #2568 from flofeld/patch-1

corrected option s3.storage-class in documentation
This commit is contained in:
rawtaz 2020-02-06 23:34:36 +01:00 committed by GitHub
commit c184da21d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ A snapshot was created and stored in the S3 bucket. By default backups to AWS S3
.. code-block:: console
$ ./restic backup -o s3.storageclass=REDUCED_REDUNDANCY test.bin
$ ./restic backup -o s3.storage-class=REDUCED_REDUNDANCY test.bin
This snapshot may now be restored: