Change Software updater folder
Best Answer
-
A-Grinkevitch Posts: 162 F-Secure Employee
Hi Spacetwo,
It is possible to move some sub-folders or the whole data folder using symbolic link (Directory Junction) that forwards disk requests to another disk. Use command mklink to create it at Windows.
6 1Like
This discussion has been closed.
Comments
Thanks!
What is the correct folder to link?
If you wish to move only Software Updater cache, c:\Program Files (x86)\F-Secure\Management Server 5\data\swup\updates is the proper one. In this case, command will look like:
mklink /J "c:\Program Files (x86)\F-Secure\Management Server 5\data\swup\updates" "d:\FS-data\updates"
BTW, make sure that targer directory has the same NTFS permissions as original one...