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.
Connecting multiple drives
If it is necessary to use multiple drives, they must be combined at the Linux OS level by mounting them into a shared folder.
- Connect additional drives.
- Create a shared mount path, for example: /mnt/archive.
- Combine the drives into a single logical path using:
- LVM — combining into a single volume;
- RAID (e.g., RAID 0 or RAID 5) — for data distribution;
- bind-mounting multiple partitions into subdirectories of 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.
File storage structure
The archive stored in the directory on the server has the internal .arc format.
archive/live/{camera_id}/{date}.arcViewing archived files
Exporting and viewing archives is performed using evi-video-client.
For more details, see the Viewing an archive section.