2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-06 11:00:48 +00:00
restic/changelog/0.12.1_2021-08-03/issue-3380

8 lines
235 B
Plaintext
Raw Normal View History

2021-05-14 20:14:05 +00:00
Bugfix: Fix crash of `backup --exclude='**'`
2021-08-02 08:12:55 +00:00
The exclude filter `**`, which excludes all files, caused restic to crash. This
has been corrected.
2021-05-14 20:14:05 +00:00
https://github.com/restic/restic/issues/3380
https://github.com/restic/restic/pull/3393