Archival options

Forum for questions and support relating to the 1.28.x releases only.
Locked
Ritmo2k
Posts: 20
Joined: Fri Apr 03, 2009 3:18 pm

Archival options

Post by Ritmo2k »

Does zoneminder have any facility to allow nearline storage of data without archiving the events out to a video and deleting them? I need to provide users the ability to review old data however the disk storage for events is insufficient for all the needed retention.

Thanks!
User avatar
knight-of-ni
Posts: 2406
Joined: Thu Oct 18, 2007 1:55 pm
Location: Shiloh, IL

Re: Archival options

Post by knight-of-ni »

The only way to keep events and save storage space at the same time is to export them.

Your users can turn on the Archive bit for important events, which will prevent them from being auto deleted, but that doesn't solve your storage problem.

Why not add more drives? Hard drives are relatively cheap.

Note that we are working on writing events straight to an mp4 container, which will save a ton of space. You will have to wait a while for this before it is ready, however.
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
Ritmo2k
Posts: 20
Joined: Fri Apr 03, 2009 3:18 pm

Re: Archival options

Post by Ritmo2k »

Hi,
The zm server is running within a vsphere cluster and its not economical to use its storage.
I can easily add nfs space, but its all or nothing. It would be nice to allow multiple locations and let an event move data but allow it to be seen by a user when viewing a timeline.

Without me hacking something up, does an offline viewer exist that would allow the structure of pictures saved to be viewed by a user for a given location?

Thanks.
User avatar
knight-of-ni
Posts: 2406
Joined: Thu Oct 18, 2007 1:55 pm
Location: Shiloh, IL

Re: Archival options

Post by knight-of-ni »

ZoneMinder only supports a single storage location. You will need to set up the underlying filesystem to support your requirements.

No one is forcing you use the storage inside the virtual cluster.

If you don't want to use vmware's vsan product, you can add a NAS. Any NAS will do. Your choice if you want buy a commercial NAS product, but even freeNAS supports HA mode.

freeNAS + ZFS + nfs + HA mode would be one way to build a remote filesystem that can can be grown or shrunk via quotas.

There are other ways. I've seen discussion on our IRC channel of others using glusterfs if you want distributed storage locations.
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
Locked