2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-06 19:10:49 +00:00

Merge pull request #4094 from googol42/master

remove duplicated init
This commit is contained in:
Michael Eischer 2022-12-23 22:33:01 +01:00 committed by GitHub
commit a6f3ae5790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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?
---------------------------------------------