2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 16:40:50 +00:00
restic/changelog/0.9.2_2018-08-06/issue-1870

7 lines
204 B
Plaintext
Raw Normal View History

2018-07-23 18:15:55 +00:00
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