Examples
To schedule a scan operation to run at 18:30 every weekday, add this line to your crontab file:
30 18 * * 1-5 /usr/local/vscanx folder-name
To schedule a scan operation to run and produce a summary at 23:50 every Sunday, add this line to your crontab file:
50 23 * * 0 /usr/local/vscanx --summary folder-name
To schedule a scan operation to run on the uz directory at 10:15 a.m. every Saturday in accordance with options specified in a configuration file conf1, add this line to your crontab file:
15 10 * * 6 /usr/local/vscanx --load /usr/local/conf1 /uz
To schedule a scan operation to run at 8:45 a.m. every Monday on the files specified in the file biglist, add this line to your crontab file:
45 8 * * 1 /usr/local/vscanx --f /usr/local/biglist
This information and more can be found at http://virexhelp.com/