mirror of
https://github.com/restic/restic.git
synced 2026-03-25 07:22:43 +00:00
node/Linux: Implement setting timestamps for symlinks
This commit is contained in:
@@ -22,3 +22,7 @@ func (node *Node) fillTimes(stat *syscall.Stat_t) {
|
||||
func changeTime(stat *syscall.Stat_t) time.Time {
|
||||
return time.Unix(stat.Ctim.Unix())
|
||||
}
|
||||
|
||||
func (node Node) restoreSymlinkTimestamps(path string, utimes [2]syscall.Timespec) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user