Extended Attributes: Requested buffer size 33554432 is above the limit of 16777216 #6642
Unanswered
rupertpaulson
asked this question in
Q&A
Replies: 1 comment 10 replies
-
https://developer.apple.com/documentation/coreservices/kmditemwherefroms according to this, the expected size is way less than what you have there. can you carefully look what's actually in there for these files? |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure if this is a real issue, so I'll open a new discussion first.
I'm running
borg 1.2.0
onmacOS 11.6.5
and while running a backup I noticed the following issue:borg create
borg check
So I had a closer look at the extended attributes, as the file size was nothing special.
Please don't ask me why there are these huge attributes included in these files, they are screenshoots I created a few years ago with
:screenshot --fullpage
within Firefox if I remember correctly.After removing the com.apple.metadata:kMDItemWhereFroms attribute with
xattr
, obviously, the problem was solved, but should borg not be able to handle the files regardless of weird attribute sizes?Beta Was this translation helpful? Give feedback.
All reactions