forked from TrueCloudLab/restic
node/Linux: Implement setting timestamps for symlinks
This commit is contained in:
parent
af06376b5b
commit
44219c5afe
5 changed files with 62 additions and 9 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue