mirror of
https://github.com/restic/restic.git
synced 2026-05-28 04:35:41 -04:00
copy --group-by - changelog
This commit is contained in:
parent
0801c9243a
commit
7b49732835
1 changed files with 11 additions and 0 deletions
11
changelog/unreleased/issue-4327
Normal file
11
changelog/unreleased/issue-4327
Normal 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
|
||||
Loading…
Reference in a new issue