This commit is contained in:
Michael H.G. Schmidt 2023-07-23 11:44:46 +02:00
parent f378eeb3e6
commit d11f88b4b1

View File

@ -58,12 +58,22 @@ That's all. Snapcontrol will now be called by the Windows scheduler. See "snapco
```dos
C:\>snapcontrol.exe /?
usage: snapcontrol.exe [ /S | /I | /V> | /D | /? ]
usage: snapcontrol.exe [ /S | /I | /V | /D | /? ]
/S = silent mode (no user interaction!)
/I = install/update scheduler job
/V = show version
/D = dry run
/? = help
RETURNCODES:
-----------------------------------------------------
99 = usage was called / wrong arguments or parameters
98 = cannot read inifile (does not exist ?)
97 = i don't have admin rights
96 = mailer (cmail) not found or not working
95 = Drive Snapshot version is not supported
94 = Drive Snapshot exe not found
0 = OK
```
*HINT:* Everytime you change the values in "BackupSched" or "BackupStart" you will have to call snapcontrol.exe with the /I switch.