copy --group-by - changelog

This commit is contained in:
Winfried Plappert 2026-05-18 15:13:27 +01:00
parent 0801c9243a
commit 7b49732835

View file

@ -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