https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228069
titus m <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from titus m <[email protected]> --- the problem comes from the fact that tar file format (ustar/default) does not support fractional file timestamps and the file system does. so the files on the filesystem having most likeley a fractional mtime will always appear to be newer than the ones in the archive. A work-around is to use pax (or fix libarchive to compare mtime_nanoseconds only when archive->format is "pax") -- You are receiving this mail because: You are the assignee for the bug.
