I have a job set up in the GUI and it works fine. I exported it out to commandline and save it in a bat file. I triggered it with the run script after option to chain the jobs and I get the following error:
Failed: The source folder I:\49b524ca-cc92-47cb-a775-3e9a011c38f0 does not exist, aborting backup
Details: System.IO.IOException: The source folder I:\49b524ca-cc92-47cb-a775-3e9a011c38f0 does not exist, aborting backup
at Duplicati.Library.Main.Controller.<>c__DisplayClass16_0.b__0(BackupResults result)
at Duplicati.Library.Main.Controller.RunAction[T](T result, String& paths, IFilter& filter, Action`1 method)
A couple of notes… it is a HyperV VM backup and the VM files are on the I drive. However running it through the GUI does not generate this error and the job completes successfully. Any insight?