mirror of
https://github.com/restic/restic.git
synced 2026-05-21 09:35:23 +00:00
fs: drop outdated comment regarding UNC paths on Windows
This commit is contained in:
@@ -160,8 +160,6 @@ func (fs *LocalVss) snapshotPath(path string) string {
|
||||
if strings.HasPrefix(fixPath, `\\?\UNC\`) {
|
||||
// UNC network shares are currently not supported so we access the regular file
|
||||
// without snapshotting
|
||||
// TODO: right now there is a problem in fixpath(): "\\host\share" is not returned as a UNC path
|
||||
// "\\host\share\" is returned as a valid UNC path
|
||||
return path
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user