forked from TrueCloudLab/restic
parent
b8c7622a8a
commit
6b7ddf1b03
1 changed files with 1 additions and 1 deletions
|
@ -608,7 +608,7 @@ func (c *Checker) checkTree(id backend.ID, tree *restic.Tree) (errs []error) {
|
|||
continue
|
||||
}
|
||||
|
||||
case "symlink":
|
||||
case "symlink", "socket", "chardev", "dev", "fifo":
|
||||
// nothing to check
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue