bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: posix atime/ctime changes despite mtime being set


From: Sergey Poznyakoff
Subject: Re: posix atime/ctime changes despite mtime being set
Date: Tue, 25 Jul 2023 14:13:22 +0200
User-agent: MH (GNU Mailutils 3.15)

> as you can see on this output the only
> differences are between timestamps e.g.:
> 
>                                                                      
>  7  -rw-r--r--···0········0······· 7  -rw-r--r--···0········0······· 
>     ·0·····7339·2012-02-16·20:24:4    ·0·····7339·2012-02-16·20:24:4 
>     2.000000·./usr/src/debug/acpid    2.515701·./usr/src/debug/acpid 
>     /2.0.34-r0/acpi_ids.c             /2.0.34-r0/acpi_ids.c          

Then I'd suppose that first archive (the one shown on the left size) was
created in ustar, gnu or similar format - the one that stores timestamps
with a seconds precision.  In contrast, second archive (the one shown on
the right side) is in POSIX.1-2001 format, which stores timestamps with
a subsecond precision.

Regards,
Sergey



reply via email to

[Prev in Thread] Current Thread [Next in Thread]