simple test of EAs in xfsdump/xfsrestore

This commit is contained in:
Tim Shimmin
2001-11-26 04:05:33 +00:00
parent 42f8f4d986
commit 812effc477
4 changed files with 142 additions and 0 deletions
+1
View File
@@ -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