I've been trying to use Unite 2.0.1 with mutliparts backup files (.jpa and .j01, j02, ... jxx parts).
It works fine to transfer from remote to INBOX folder, and restore then.
But only .jpa file is deleted then, if I specify to delete of course in XML file... the .j01, .j02... files remain in INBOX folder.
Could you please plan to improve the 'Extract' step to add this kind of code to unlink all the archive parts, not .jpa only :
$pointSign = strrpos($this->siteDef['siteInfo']['package'], '.');
$mask_to_unlink = substr($this->siteDef['siteInfo']['package'], 0, $pointSign).'.*';
array_map( "unlink", glob( $mask_to_unlink ) );
Thanks anyway for providing such a useful tool.
Kind regards,
JM Santoni