kmwoley / restic-windows-backup

Powershell scripts to run Restic backups on Windows
MIT License
330 stars 68 forks source link

azure repo could not be parsed #15

Closed enboig closed 4 years ago

enboig commented 4 years ago

My repo is: azure:container_name:/repo_folder and it complains repo could not be parsed. I checked function Invoke-ConnectivityCheck { and $connection_string is "container_name:/repo_folder" but $repository_host is empty, it should be "azure" or "azure:"

kmwoley commented 4 years ago

Check out the latest release and let me know if this doesn't resolve the issue. Thanks for reporting it.