From ea37240597c73d0e9fb5d97796bf43ed630ce9c7 Mon Sep 17 00:00:00 2001 From: Andreas Dominik Preikschat Date: Tue, 20 Dec 2022 17:16:39 +0100 Subject: [PATCH] remove duplicated init the documentation contained the `init` command twice --- doc/faq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/faq.rst b/doc/faq.rst index 6292f2de8..8e56b5d9e 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -179,7 +179,7 @@ with an error similar to the following: :: - $ restic init -r sftp:user@nas:/volume1/restic-repo init + $ restic -r sftp:user@nas:/volume1/restic-repo init create backend at sftp:user@nas:/volume1/restic-repo/ failed: mkdirAll(/volume1/restic-repo/index): unable to create directories: [...] @@ -199,7 +199,7 @@ The following may work: :: - $ restic init -r sftp:user@nas:/restic-repo init + $ restic -r sftp:user@nas:/restic-repo init Why does restic perform so poorly on Windows? ---------------------------------------------