If you've installed KiOS the images are located at /data/machinery/capture. If you've installed Kerberos.io on Raspbian (or compile yourself) than by default the images are stored in the /etc/opt/kerberosio/capture directory. You can change this directory by changing the config/io.xml file.
<?xml version="1.0"?>
<ios>
<Disk>
...
<directory type="text">/etc/opt/kerberosio/capture/</directory>
</Disk>
...
</ios>
0 Comments