From ef5efc6a8217116d4a2317f015fea915811cf63c Mon Sep 17 00:00:00 2001 From: Florian Feldmann Date: Thu, 6 Feb 2020 22:53:47 +0100 Subject: [PATCH] corrected option s3.storage-class Took me some time to figure it out --- doc/080_examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/080_examples.rst b/doc/080_examples.rst index c8320dd88..ef00497f0 100644 --- a/doc/080_examples.rst +++ b/doc/080_examples.rst @@ -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: