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