|
Launching via batch processing file |
Top Previous Next |
|
You can launch the backup program via batch. The following command line arguments are available to you to do this: lmbackup.exe [/start] [backup task path and file] [[/add] [source path] [destination path] [/zip] [/encrypt] [/direct]] Parameter:
Should a path contain spaces, you have to put the path information in inverted commas ("). Example: The following example runs the back up job "D:\Eigene Dateien sichern.lmb" ("D:\Backup own files.Imb").
Evaluation of the return value (error level) Launching the program with the parameter /start runs a backup. The numeral 0, 1 or 2 is returned as the return value upon completion. What the return values mean:
The ERRORLEVEL variable can be evaluated in a batch file in order to obtain the return value.
|