From b846c3915c7a35caaa0a9784a081b3a3e553d60e Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Tue, 28 Nov 2017 21:41:38 +0100 Subject: [PATCH] Add entry to CHANGELOG --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 083c05c84..76fefd772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,13 @@ Small changes cache will be rebuild once a repo is accessed again. https://github.com/restic/restic/pull/1436 + * By default, the access time for files and dirs is not saved any more. It is + not possible to reliably disable updating the access time during a backup, + so for the next backup the access time is different again. This means a lot + of metadata is saved. If you want to save the access time anyway, pass + `--with-atime` to the `backup` command. + https://github.com/restic/restic/pull/1452 + Important Changes in 0.8.0 ==========================