8 cpyfattr - Copy file attributes (xattr)
12 cpyfattr I<SOURCE> I<DESTINATION> [I<OPTIONS>]
16 Copy I<SOURCE> file'Z<'>s all xattributes to I<DESTINATION>
17 using getfattr(1) and setfattr(1).
21 All options passed to setfattr(1).
22 Note that I<OPTIONS> are at the end of argument list.
26 getfattr(1), setfattr(1)
45 getfattr
-d "$source" |
sed -e 1d
46 } | setfattr
--restore=- "$@"