This commit is contained in:
Michael H.G. Schmidt 2023-03-11 22:44:29 +01:00
parent 5dc9a6953b
commit 1e2a99ecd3

View File

@ -58,12 +58,13 @@ That's all. Snapcontrol will now be called by the Windows scheduler. See "snapco
```dos
C:\>snapcontrol.exe /?
usage: snapcontrol.exe [ /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
```
Everytime you change the values in "BackupSched" or "BackupStart" you will have to call snapcontrol.exe with the /I switch.
*HINT:* Everytime you change the values in "BackupSched" or "BackupStart" you will have to call snapcontrol.exe with the /I switch.