<div dir="ltr"><div><div><div><div><div><div>Hello,<br><br></div>If I understands it correctly XFS don't have a limit to the size of extended attributes(EA) but Linux impose a limit at 64k. <br></div>What I am trying to do is build a backup server that our Apple computers will use together with rsync to backup files to. The problem I face is that Apple HFS+ don't have a limit to EA so it has files with more then 64k of EA in it.<br>
<br></div>The Linux Kernel has a limit imposed to it in include/linux/limits.h<br></div></div><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote"><div><div>
<span class="">#define</span><span class=""> XATTR_SIZE_MAX </span><span class="">65536</span><span class="">    </span><span class="">/* size of an extended attribute value (64k) */</span><span class=""></span> <br></div>
</div></blockquote><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote"><div><div><span class="">#define</span><span class=""> XATTR_LIST_MAX </span><span class="">65536</span><span class="">    </span><span class="">/* size of extended attribute namelist (64k) */</span><span class=""></span></div>
</div></blockquote><br></div><div>Changing this values feels unsafe because they will be system wide.<br></div><div><br>Is the any possibility to combine Linux + XFS to make a backup that works with EA or is this more a question for <a href="http://kernel.org">kernel.org</a>?<br>
<br></div>Thanks.</div>