On Fri, 13 Dec 2024 at 01:22, Bill Arlofski via Bacula-users
<bacula-users@lists.sourceforge.net> wrote:
>
> On 12/12/24 5:15 PM, Phil Stracchino wrote:
> > On 12/12/24 18:19, Bill Arlofski via Bacula-users wrote:
> >
> >> But for the third one the only thing I see that changed was the atime:
> >> ----8<----
> >> *.bvfs_decode_lstat lstat="P0j TaAhK IHw B Pu Pw A MQ2A6aB BAA BiGwPA 
> >> BnQXpa BmB6gdBnQLI1 A A C"
> >
> >
> > For what it's worth, I always mount all of my filesystems with
> > noatime/nodiratime, because *except under very special conditions*,
> > knowing when a file was last ACCESSED is of very little use.  (And if
> > one of those special conditions applies to you, you probably already
> > know it.)  Tracking atime mostly just adds pointless overhead, with no
> > actual benefit to 99.99% of users.
>
> Hello Phil,
>
> Yes, good point. I always do the same.

Hello Everybody,

Yes, Bill. I will try to add my two cents  :-)

Your notice about too long mtime is fully right. It is because the
lstat string is broken. Two lstat values are joined together and it
causes this wrong result. If we split them, then the decoded values
are more realistic and the number of single values is correct in
lstat:

*.bvfs_decode_lstat lstat="P0j TaAhK IHw B Pu Pw A MQ2A6aB BAA BiGwPA
BnQXpa BmB6gd BnQLI1 A A C"
st_nlink=1
st_mode=33264
perm=-rwxrw----
st_uid=1006
st_gid=1008
st_size=842719798913
st_blocks=1645937600
st_ino=325584970
st_ctime=1732293173
st_mtime=1711777821
st_atime=1732344410
st_dev=64803
LinkFI=0

Best regards,
Marcin Haba (gani)


_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to