From 7b49732835a09fed253fa4e805e60cda6be091e9 Mon Sep 17 00:00:00 2001 From: Winfried Plappert <18740761+wplapper@users.noreply.github.com> Date: Mon, 18 May 2026 15:13:27 +0100 Subject: [PATCH] copy --group-by - changelog --- changelog/unreleased/issue-4327 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 changelog/unreleased/issue-4327 diff --git a/changelog/unreleased/issue-4327 b/changelog/unreleased/issue-4327 new file mode 100644 index 000000000..18c3c1eb2 --- /dev/null +++ b/changelog/unreleased/issue-4327 @@ -0,0 +1,11 @@ +Enhancement: restic copy --group-by --latest `n` + +restic copy could not easily copy the latest snapshot of a snapshot group +to the destination repository. + +With new new options --group-by nad --latest is is now posible to achieve this +copy process easily. Multiple applications of the same command will not produce +any new destination snapshots after the first run. + +https://github.com/restic/restic/issues/4327 +https://github.com/restic/restic/pull/21814