Hi people 1st post...
My scenario is the following I have around 12 PC's that have no internet access(blocked by our firewall) with ClamWin installed anc 1 PC(mine) that has a scheduled Windows task and it will daily get the main.cvd and daily.cvd files from the server.
The 12 PC's have a scheduled task to fetch the .cvd files from my machine using wget and also decompress the cvd using the sigtool.
The batch file is the following.
wget --ftp-user=anti --ftp-password= ftp://192.168.100.241/*.cvd -o virusupdate.log
xcopy *.cvd "%ALLUSERSPROFILE%\.clamwin\db\" /i /y
"C:\Program Files\ClamWin\bin\sigtool.exe" -u "%ALLUSERSPROFILE%\.clamwin\db\main.inc"
"C:\Program Files\ClamWin\bin\sigtool.exe" -u "%ALLUSERSPROFILE%\.clamwin\db\daily.inc"
|
I noticed that ClamWin uses daily.inc and main.inc folders to store the virus definitions.... but still when I launch the GUI client is says that my definitions are 3 days old and that I need to updated them...
Any ideas about this?