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