I just tried to add the "-M 1" to my glue.js file and it didn't work. The section I put it in was this:
vmMounterCmd = "vcbMounter.exe";
Tried changing to: vmMounterCmd = "vcbMounter.exe -M 1";
Can you copy the exact section showing where you added this and had it still work?
I also tried to edit the command to add the "-F 1" just to test and that didn't work either. It looks like there's a section to code it further down in the js file, however I'm not sure I want to mess with that.
Overall I just want the Backup Exec to dump it out to a monolithic file, rather than splitting into 2gb chunks, has anyone has success with this?