I want the xcom.log file to be written in a different folder and name each day, instead of having to move it each day.
The goal is to be able to periodically clear the archived logs, yet keep a daily log for a set of time as to investigate potential issues.
I understand that the GLB file might not support this option, as the only Symbolic supported is the %XCOM_HOME% variable. It won't allow more DOS commands either.
CNF files or xcomtcp parameter override are only good for transfers initiated from the local machine, but remotely triggered transfers will only use the GLB setting.
How can I achieve this?
Unfortunately you won't be able to use any of the XCOM post processing scripts to do this.
We instead would like to suggest that you create a script to accomplish this. You can use Windows task scheduler and run a daily task at midnight.
To be on the safe side :
For XCOM on Linux you can use Cron to accomplish the same task.