Problem:
The two scripts uses the same configuration, and some might want to separate them to have the warmToColdScript use some format(s) and coldToFrozenScript use some other format(s).
Todo:
Make it possible to archive in some formats and copy in some other formats.
Work around:
Install two Shuttls on each indexer, one for warmToCold and one for coldToFrozen.
Configure each Shuttl to have unique ports (conf/server.xml)
Configure the indexes using Shuttl to have their warmToColdScript/coldToFrozenScript to point to the Shuttl script that is dedicated for doing that task.
Problem: The two scripts uses the same configuration, and some might want to separate them to have the warmToColdScript use some format(s) and coldToFrozenScript use some other format(s).
Todo: Make it possible to archive in some formats and copy in some other formats.
Work around: