mirror of
https://github.com/restic/restic.git
synced 2026-05-28 04:35:41 -04:00
fs: drop outdated comment regarding UNC paths on Windows
This commit is contained in:
parent
8b6eff5a47
commit
fa1a318780
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue