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
|