mirror of
https://github.com/kopia/kopia.git
synced 2026-03-17 13:46:12 -04:00
This was caused by additional resolution of path names only done in UI, which caused \\hostname\share to be treated as relative and resolved against the home directory. Fixes #1385 Fixes #1362