When running several large scans (using the Scheduler, for example), you may encounter a situation where you run out of hard disk space for the logs generated by the scans. It would be useful to be able to redirect the logs folder to some other location to take advantage, for example, of Network Attached Storage to save your logs where capacity is available.
You can resolve this issue by simply exploiting Operating System functionality; by mounting an external NTFS disk into the folder that stores the logs, or maybe using a SYMLINK to a network folder by following this procedure:
- shut down WVS
- Rename the folder “C:Userssome_userDocumentsAcunetix WVS 8Logs” to “C:Userssome_userDocumentsAcunetix WVS 8old_Logs”
- Create a directory SYMLINK for the “Logs” virtual folder to a remote network folder: “mklink /d C:Userssome_userDocumentsAcunetix WVS 8Logs some_serversome_sharesome_folder”
- start up WVS
From this point onwards, even though Acunetix WVS will save its logs in the normal folder location, the SYMLINK will redirect this folder to your network location and resolve any issues with hard disk capacity on your main Operating System disk.
Get the latest content on web security
in your inbox each week.