From 83b4c50ee3c336bf7c188bd1ecf799f9d88e0777 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Fri, 5 Aug 2022 23:46:13 +0200 Subject: [PATCH] Mention --snapshot-template and --time-template in changelog --- changelog/unreleased/issue-2907 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog/unreleased/issue-2907 b/changelog/unreleased/issue-2907 index 5d5c9d8e8..ca21d0ef6 100644 --- a/changelog/unreleased/issue-2907 +++ b/changelog/unreleased/issue-2907 @@ -1,7 +1,10 @@ Enhancement: Make snapshot directory structure of mount command custimizable -We've added the possibility to customize the snapshot directory structure of the mount command. -This includes using subdirectories which is now also possible within time template and tags. +We've added the possibility to customize the snapshot directory structure of +the mount command using templates passed to `--snapshot-template`. The +formatting of the time for a snapshot is now controlled using `--time-template` +and supports subdirectories to for example group snapshots by year. Please +refer to the help output of the `mount` command for further details. https://github.com/restic/restic/issues/2907 https://github.com/restic/restic/pull/2913