Here is the scenario.We copy the workarea which has 1 million+ files. When we ran the copy EAs script, it takes 25+ hours. Is there any faster way to copy EAs from a seperate content store for entire workarea.The script I know is basically, dirwalks on the source directory. Using iwextattr -l on each file,the scripts creates a batch file to set attributes. Then we run the batch file which will create all the EAs on the target workarea.I wonder if there is any better way. I appreciate the help in advance.Thanks much,- R
my $results = qx($iwhome/bin/iwextattr -l -x $src_vpath | $iwhome/bin/iwextattr -s -x $tgt_vpath 2>&1);
Another option is to use OpenDeploy's EA transfer options as part of a deployment from a source area to a target area (I haven't played with this yet, but I believe it works as advertised)