-
Notifications
You must be signed in to change notification settings - Fork 1.7k
error: nodeFromFileInfo: get named security info failed with: "Client doesn't have necessary privilege" #5004
Description
Output of restic version
restic 0.17.0 compiled with go1.22.5 on windows/amd64
What backend/service did you use to store the repository?
Local filesystem (NTFS)
Problem description / Steps to reproduce
Command: cd /d "C:\origem" && restic -r "C:\destino" backup . --tag exemplo1 --exclude=desktop.ini --skip-if-unchanged
Output:
using parent snapshot cba99a3c
Files: 2 new, 0 changed, 1 unmodified
Dirs: 0 new, 0 changed, 0 unmodified
Added to the repository: 20.288 KiB (15.372 KiB stored)
processed 3 files, 18.292 KiB in 0:00
snapshot 3faaf8f3 saved
error: nodeFromFileInfo pasta: get named security info failed with: O cliente não tem o privilégio necessário.
Warning: at least one source file could not be read
Translations:
pasta - "folder" in Portuguese, literally a folder called folder
O cliente não tem o privilégio necessário - "Client doesn't have necessary privilege"
Expected behavior
Simply don't fail to get named security info.
Actual behavior
I still didn't understand what causes this, it seems to be random. When backing up files in local filesystem (Windows, NTFS), sometimes it gives "nodeFromFileInfo" errors, saying "The client doesn't have necessary privileges".
Do you have any idea what may have caused this?
No. Windows file permissions seems to be fine, I deleted and create files and repos multiple times to test it.
For now, I didn't had problems with cloud backends through Rclone.
Also, latest beta builds from August 11 (v1.22 if I remember correctly) didn't fix the issue.
Did restic help you today? Did it make you happy in any way?
Restic, alongside Rclone, is one of the most incredible pieces of software I ever used. It vastly improved the ease of doing secure and stable backups. Please keep it up! <3