mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 21:05:10 +00:00
38b2e9b42c
The Original field is meant to remember the original snapshot id if e.g. changing its tags. It was only set by the `rewrite` command if it was not set previously. However, a rewritten snapshot is potentially rather different from the original snapshot. Thus just always set the Original field. This also makes it easier to later on detect and potentially remove the original snapshots.
9 lines
265 B
Plaintext
9 lines
265 B
Plaintext
Enhancement: Implement rewrite command
|
|
|
|
We've added a new command which allows to rewrite existing snapshots to remove
|
|
unwanted files.
|
|
|
|
https://github.com/restic/restic/issues/14
|
|
https://github.com/restic/restic/pull/2731
|
|
https://github.com/restic/restic/pull/4079
|