mirror of
https://github.com/octoleo/restic.git
synced 2024-11-14 01:04:05 +00:00
Merge pull request #545 from restic/fix-528
Don't report valid types as invalid
This commit is contained in:
commit
e8e45fe2e3
@ -608,7 +608,7 @@ func (c *Checker) checkTree(id backend.ID, tree *restic.Tree) (errs []error) {
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
case "symlink":
|
case "symlink", "socket", "chardev", "dev", "fifo":
|
||||||
// nothing to check
|
// nothing to check
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user