To configure the directory, it is necessary to proceed to editing the configuration file:
/opt/evi-archive/evi-archive.conf |
And specify the directory where the archive will be stored in the [archive] section under the path parameter:
[archive] path=./archive |
The program supports only one save path.
If it is necessary to use multiple drives, they must be combined at the Linux OS level by mounting them into a shared folder.
Specify this path in the configuration:
[archive] path=/mnt/archive |
Ensure that the program has read/write permissions for the folder.
Direct configuration of multiple paths is not possible — all drive management is performed at the operating system level. |
The archive stored in the directory on the server has the internal .arc format.
archive/live/{camera_id}/{date}.arcExporting and viewing archives is performed using evi-video-client.
For more details, see the Viewing an archive section.