2024-08-26 17:43:18 +00:00
|
|
|
Bugfix: Fix spurious "A Required Privilege Is Not Held by the Client" error
|
|
|
|
|
2024-08-30 12:58:32 +00:00
|
|
|
On Windows, creating a backup could sometimes trigger the following error:
|
2024-08-26 17:43:18 +00:00
|
|
|
|
|
|
|
```
|
|
|
|
error: nodeFromFileInfo [...]: get named security info failed with: a required privilege is not held by the client.
|
|
|
|
```
|
|
|
|
|
2024-08-31 15:28:24 +00:00
|
|
|
This has now been fixed.
|
2024-08-26 17:43:18 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/5004
|
|
|
|
https://github.com/restic/restic/pull/5019
|