storage-api:v1.23.0, file backend) and can't restore local storage files to staging without losing xattrs, causing ENODATA errors when accessing images in Studio./mnt/stub/stub. Files have xattrs (user.supabase.content-type="image/jpeg", user.supabase.cache-control="no-cache") via getfattr. Images work in Studio./var/lib/storage/stub/stub. Restored files show e in lsattr but no user.supabase.* xattrs, causing errors. storage.objects entries are identical.tar -czf (Alpine, no --xattrs) and docker cp, extracted on staging with tar --xattrs (Ubuntu container). Also restored DB with pg_dump.user.supabase.* xattrs? Should I use rsync -aAX, GNU tar --xattrs-include='user.supabase.*', or something else? Any tips for syncing storage.objects with files? Sample scripts appreciated!