2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-18 08:42:22 +00:00

Add entry to changelog

This commit is contained in:
Alexander Neumann 2018-07-23 20:15:55 +02:00
parent 1aeb193fd9
commit 271c50cf5c

View File

@ -0,0 +1,6 @@
Bugfix: Fix restore with --include
We fixed a bug which prevented restic to restore files with an include filter.
https://github.com/restic/restic/issues/1870
https://github.com/restic/restic/pull/1900