[BACK]Return to README CVS log [TXT][DIR] Up to [Development] / xfs-cmds / attr / doc / ea-conv

File: [Development] / xfs-cmds / attr / doc / ea-conv / Attic / README (download)

Revision 1.1, Tue Feb 26 02:32:48 2002 UTC (15 years, 7 months ago) by nathans
Branch: MAIN
CVS Tags: XFS-1_3_0pre1

add Andreas' ea-conv script for ext2/ext3 users with backups in the old
"aget" format.

ea-conv -- convert between aget and getfattr format

This script converts between the extended attribute text formats of
getfattr and its predecessor, aget. To get all attributes with aget
and convert the result to getfattr format, use the following command:

	aget -Rds -e hex . | ea-conv -

To get all attributes with getfattr and convert the result to aget
format, use the following command:

	getfattr -Rd -m - -e hex . | ea-conv -