Re: O_NOATIME ?

2016-10-26 Thread Theodore Ts'o
On Wed, Oct 26, 2016 at 11:46:50AM +0200, Paul Slootman wrote: > Most filesystems on modern linux systems should be mounted with the > relatime option. This is the default... > You can also use noatime as a mount option, but then be sure that no > application uses the atimes of files; e.g.

O_NOATIME ?

2016-10-26 Thread devzero
Hello, since we are using rsync for backing up millions of files in a virtual environment, and most of the virtual machines run on SSD cached storage, i`d be curious how that negatively impacts lifetime of the SSD`s when we do rsync run every night for backup my question: does rsync normal

Re: O_NOATIME ?

2016-10-26 Thread Paul Slootman
On Wed 26 Oct 2016, devz...@web.de wrote: > > since we are using rsync for backing up millions of files in a virtual > environment, and most of the virtual machines run on SSD cached storage, i`d > be curious how that negatively impacts lifetime of the SSD`s when we do rsync > run every night