2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-23 13:17:42 +00:00
restic/changelog/0.17.0_2024-07-26/pull-4573

7 lines
254 B
Plaintext
Raw Normal View History

2024-07-22 22:19:22 +00:00
Enhancement: Support rewriting host and time metadata in snapshots
2023-11-27 20:35:13 +00:00
2024-07-22 22:19:22 +00:00
The `rewrite` command now supports rewriting the host and/or time metadata of
a snapshot using the new `--new-host` and `--new-time` options.
2023-11-27 20:35:13 +00:00
https://github.com/restic/restic/pull/4573