forked from TrueCloudLab/restic
Minor speling corection.
This commit is contained in:
parent
6e9778ae0e
commit
bf199e5ca7
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ Bugfix: Do not crash with Synology NAS sftp server
|
|||
It was found that when restic is used to store data on an sftp server on a
|
||||
Synology NAS with a relative path (one which does not start with a slash), it
|
||||
may go into an endless loop trying to create directories on the server. We've
|
||||
fixed this bug by using a function oft the sftp library instead of our own
|
||||
fixed this bug by using a function in the sftp library instead of our own
|
||||
implementation.
|
||||
|
||||
The bug was discovered because the Synology sftp server behaves erratic with
|
||||
|
|
Loading…
Reference in a new issue