mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
simple test of EAs in xfsdump/xfsrestore
This commit is contained in:
@@ -1071,6 +1071,7 @@ _get_eas_on_path()
|
||||
find $_path -exec attr -l {} \; |\
|
||||
awk '{print $9, $2}' |\
|
||||
sed 's/["]//g' |\
|
||||
sort |\
|
||||
while read file ea_name; do
|
||||
attr -g $ea_name $file
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user