mirror of
https://github.com/restic/restic.git
synced 2025-10-10 11:09:51 +00:00
O_NOATIME on Linux
This commit is contained in:
@@ -2,6 +2,10 @@ package restic
|
||||
|
||||
import "os"
|
||||
|
||||
func (node *Node) OpenForReading() (*os.File, error) {
|
||||
return os.Open(n.path)
|
||||
}
|
||||
|
||||
func (node *Node) fill_extra(path string, fi os.FileInfo) error {
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user