Re: Any downside to mount -o noatime?

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



Once upon a time, Kenneth Porter <shiva@xxxxxxxxxxxxxxx> said:
> I'm using BackupPC to do rsync-based backups of all my systems. The
> "incremental" backups look only at size and timestamp changes. The
> less-frequent "full" backups checksum all my files. That means an
> extra write for every file that gets checked.

Well, not really.  atime writes would get batched just like any other
write, and filesystems have inode metadata grouped together, so it'd be
more like one flush of a few inode metadata blocks for a whole lot of
atime updates.

Unless you had zero other writes (in which case, why back up), this will
still be lost in the noise of total writes.  Any old SSD will handle
that just fine for many years to come.

-- 
Chris Adams <linux@xxxxxxxxxxx>
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
https://lists.centos.org/mailman/listinfo/centos



[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]


  Powered by Linux