mirror of
https://github.com/restic/restic.git
synced 2025-10-09 18:02:28 +00:00
remove duplicated init
the documentation contained the `init` command twice
This commit is contained in:

committed by
Andreas P

parent
cccc17e4e9
commit
ea37240597
@@ -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:
|
create backend at sftp:user@nas:/volume1/restic-repo/ failed:
|
||||||
mkdirAll(/volume1/restic-repo/index): unable to create directories: [...]
|
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?
|
Why does restic perform so poorly on Windows?
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
|
Reference in New Issue
Block a user