or download this
# Get all export and log files and command file to tar it.
local *push_files = sub { push(@all_files,$File::Find::name); LOG_MESS
+AGE ("### ARCHIVING $File::Find::name\n"); };
# nested sub needed as use warnings complains if not
# this from module file::find
find(\&push_files, ($par_COMMAND_TXT,$par_EXPORTTOOL_OUTPATH,$par_EXPO
+RTTOOL_LOG));