1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-12-26 01:37:12 +00:00
restic/changelog/unreleased/issue-14

8 lines
222 B
Text
Raw Normal View History

2022-09-06 20:00:37 +00:00
Enhancement: Implement rewrite command
2022-09-06 20:00:37 +00:00
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