I created the directory structure /home/tc/.wmx then copied the files into it.
I tar , gzipped the structure & saved it as mydata.tgz in tce folder of boot partition.
So far , this has worked.
I removed '.wmx' line from /opt/.xfiletool.lst (part of mydata.tgz) , still files inside .wmx do not get restored.
Are you suggesting me to add following to /opt/bootsync.sh
mkdir -p /home/tc/.wmx
cp <files> /home/tc/.wmx
If /opt/bootsync.sh gets run as root then those files will have owner 'root'.
Usually , files inside ~/.wmx are owned by tc:staff . That would mean , I add above lines to ~/.xsession .