restic/changelog/0.7.0_2017-07-01/issue-1029

9 lines
318 B
Plaintext
Raw Permalink Normal View History

2017-12-25 22:26:56 +01:00
Enhancement: Remove invalid pack files when `prune` is run
The `prune` command has been improved and will now remove invalid pack files,
for example files that have not been uploaded completely because a backup was
interrupted.
https://github.com/restic/restic/issues/1029
https://github.com/restic/restic/pull/1036