mirror of
https://github.com/restic/restic.git
synced 2025-10-10 07:21:53 +00:00
Examine file ctime when checking if files have changed.
This commit is contained in:
@@ -22,6 +22,7 @@ type ExtendedFileInfo struct {
|
||||
|
||||
AccessTime time.Time // last access time stamp
|
||||
ModTime time.Time // last (content) modification time stamp
|
||||
ChangeTime time.Time // last status change time stamp
|
||||
}
|
||||
|
||||
// ExtendedStat returns an ExtendedFileInfo constructed from the os.FileInfo.
|
||||
|
Reference in New Issue
Block a user