-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Since 0.17.2 "error: incomplete metadata for C:: multiple errors occurred: [get named security info failed with:" #5107
Copy link
Copy link
Closed
Description
Output of restic version
0.17.2
What backend/service did you use to store the repository?
Windows
Backup to another local drive and S3-compatible like MinIO and Wasabi
Problem description / Steps to reproduce
It seems that the error depands von VSS (Volume Shadow Copy Service).
command line:
restic --limit-upload 1220 --verbose --use-fs-snapshot --compression=max backup C:\Hyper-V\SRV02
Expected behavior
No error.
Actual behavior
The output/llog shows this:
Log (the Windows-error is in german):
open repository
using parent snapshot 2c9cacd3
load index files
start scan on [C:\Hyper-V\SRV02]
start backup on [C:\Hyper-V\SRV02]
creating VSS snapshot for [c:]
successfully created snapshot for [c:]
error: incomplete metadata for C:: multiple errors occurred: [get named security info failed with: Zugriff verweigert; get EA failed while opening file handle for path \?\GLOBALROOT\Device\HarddiskVolumeShadowCopy52, with: Der Prozess kann nicht auf die Datei zugreifen, da sie von einem anderen Prozess verwendet wird.
scan finished in 6.700s: 13 files, 145.731 GiB
Files: 0 new, 4 changed, 9 unmodified
Dirs: 0 new, 6 changed, 9 unmodified
Data Blobs: 19809 new
Tree Blobs: 6 new
Added to the repository: 14.071 GiB (6.083 GiB stored)
processed 13 files, 145.731 GiB in 1:27:37
snapshot 1ee4fc7e saved
Warning: at least one source file could not be read
Do you have any idea what may have caused this?
I had no problems with 0.17.1.
Did restic help you today? Did it make you happy in any way?
I'm using restic since 2021. It works great and stable.
Great job, Keep it up!
Reactions are currently unavailable