mirror of
https://github.com/restic/restic.git
synced 2025-10-28 11:40:06 +00:00
rewrite: Always set the Original field in a rewritten snapshot
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.
This commit is contained in:
@@ -5,3 +5,4 @@ unwanted files.
|
||||
|
||||
https://github.com/restic/restic/issues/14
|
||||
https://github.com/restic/restic/pull/2731
|
||||
https://github.com/restic/restic/pull/4079
|
||||
|
||||
Reference in New Issue
Block a user