Backup HFS+/APFS, Restore to Linux

Suppose I use restic to backup an HFS+ or APFS drive. I then try to restore that backup to some Linux filesystem. I presume some files will generate errors, as some of the metadata that resic has backed up will not being restoreable on the Linux filesystem. (Resouce forks, for instance, or bsd-flags.)

How does restic handle this? Can I tell it to ignore certain metadata during the restore? On files that have Extended Attributes (EA’s) that can not be restored, will I be able to explore:

Which EA’s are failing and what are their values?
What is the content of the resource fork?
Look at whatever other metadata may be causing problems?