github.com/mckael/restic@v0.8.3/changelog/0.8.1_2017-12-27/pull-1452 (about)

     1  Change: Do not save atime by default
     2  
     3  By default, the access time for files and dirs is not saved any more. It is
     4  not possible to reliably disable updating the access time during a backup,
     5  so for the next backup the access time is different again. This means a lot
     6  of metadata is saved. If you want to save the access time anyway, pass
     7  `--with-atime` to the `backup` command.
     8  
     9  https://github.com/restic/restic/pull/1452