Dude on MT Box, missing dude folder ?

Hi,
i’m using dude inside a MT license level 4 i386 computer.

I use this box for log collector but when i want make a backup of log file the only way to access into file folder (for download a log file) of dude is using a dude interface.

Someone know if is possibile make it on other way as ftp of MT router os installed in the same box ?

I know that in windows system is easy becouse is sufficient go in c:\program… ecc. but how make it on MT routerOs box ?

Is possibile access to Dude Folder ?

You can’t access internal dude/web-proxy/user-manager files on a Mikrotik with only 1 drive. You’re only option is add a second drive and configure a Dude store on that second drive.

All stores (except primary-master) are accessible through FTP.

[admin@MainMKT1] > /store print
Flags: X - disabled, A - active
 #   NAME                       TYPE                       DISK                       STATUS
 0 A dude                       dude                       secondary-master           active

The “disk” field of a store is what you’ll see in FTP (ex. ftp:///secondary-master would list all stores on disk secondary-master).

Hope this helps,

Ok,
i’ll try to add other disk then unistall a dude on primary storage

There is some special operation that i have to do for installing dude on second hard drive ?

Thank you

Don’t install dude on second drive. Leave dude package like it is.

Create a new dude store on your second drive (DO NOT ACTIVATE yet):
Secondary-master is the disk name of my second hard disk. Yours might be different.

/store add disk=secondary-master type=dude name=dudestore activate=no

Copy your existing dude store to the new one:

/store copy dude1 to=dudestore activate=yes

Hope this helps.