-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebDAV configuration isn't working in windows #1163
Comments
Hello @douglasparker , To me, the address Are you certain that you can't connect to the webdav using |
@nardoor Yep, I'm certain. Feel free to test it out yourself. |
On Windows 10 home it sometimes can not connect from Explorer but WinSCP I can connect and browse and copy files. |
The `inner_run` implementation used `self` to read its config when it should use `RUSTIC_APP.config()`. Some might say this is counterintuitive. fixes #1163
The `inner_run` implementation used `self` to read its config when it should use `RUSTIC_APP.config()`. Some might say this is counterintuitive. fixes #1163 also now correctly respects having `prune = true` in the config profile. --------- Co-authored-by: Alexander Weiss <[email protected]> Co-authored-by: simonsan <[email protected]>
Tested with
latest
andrustic v0.7.0-45-gfc8e3c5-nightly
rustic webdav
binds tohttp://[::1]:8000
despite the configuration.The text was updated successfully, but these errors were encountered: