Downloading Databases

Download Dr.Web Local Update Mirror Utility from the official website of Doctor Web and navigate using the cd command in a console or terminal emulator to the directory containing this utility.

Below are examples of commands that will differ depending on OSes and configurations being used. In the following examples the utility runs on an OS of the GNU/Linux family, the required resources (the key file and the .ini files) are in the same directory as the utility, and updates are stored in the /tmp/updates directory. Any other writable directory can be set for storing updates. If such a directory does not exist, it will be created in the process of downloading resources. In order to avoid mistakes, zone.ini files for different groups of resources should be renamed to bases.ini, antispam.ini and dws.ini.

Grant a permission to run the utility:

$ chmod +x drweb-mirror-1.0-linux-amd64

Download virus databases:

$ ./drweb-mirror-1.0-linux-amd64 --path /tmp/updates --key drweb32.key --bases-ini bases.ini

Download antispam databases:

$ ./drweb-mirror-1.0-linux-amd64 --path /tmp/updates --key drweb32.key --antispam-ini antispam.ini

Download unwanted website databases:

$ ./drweb-mirror-1.0-linux-amd64 --path /tmp/updates --key drweb32.key --dws-ini dws.ini