mirror of
https://github.com/restic/restic.git
synced 2026-04-11 23:58:50 +00:00
node/Linux: Implement setting timestamps for symlinks
This commit is contained in:
@@ -18,3 +18,7 @@ func (node *Node) fillTimes(stat *syscall.Stat_t) {
|
||||
node.ChangeTime = time.Unix(stat.Ctimespec.Unix())
|
||||
node.AccessTime = time.Unix(stat.Atimespec.Unix())
|
||||
}
|
||||
|
||||
func (node Node) restoreSymlinkTimestamps(path string, utimes [2]syscall.Timespec) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user