<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.staging.zoneminder.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Eracc</id>
	<title>ZoneMinder Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.staging.zoneminder.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Eracc"/>
	<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/Special:Contributions/Eracc"/>
	<updated>2026-05-03T13:37:57Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=How_to_use_ZFS_Datasets_for_Event_Storage&amp;diff=17504</id>
		<title>How to use ZFS Datasets for Event Storage</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=How_to_use_ZFS_Datasets_for_Event_Storage&amp;diff=17504"/>
		<updated>2024-11-01T17:56:09Z</updated>

		<summary type="html">&lt;p&gt;Eracc: Created page with &amp;quot;This is not a treatise on how to use ZFS itself. That is covered very well elsewhere.  Notes: * That &amp;quot;storage0&amp;quot; and &amp;quot;data0&amp;quot; are the names for the OPs zfs storage pool, substitute the name of your own pool there. * The quotas below are adjustable to your personal needs. Do not just copy those quota sizes, but figure out what you will need to keep the amount of events you want to keep and use an appropriate quota for that.   # zfs create storage0/zoneminder  # zfs create s...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is not a treatise on how to use ZFS itself. That is covered very well elsewhere.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* That &amp;quot;storage0&amp;quot; and &amp;quot;data0&amp;quot; are the names for the OPs zfs storage pool, substitute the name of your own pool there.&lt;br /&gt;
* The quotas below are adjustable to your personal needs. Do not just copy those quota sizes, but figure out what you will need to keep the amount of events you want to keep and use an appropriate quota for that.&lt;br /&gt;
&lt;br /&gt;
 # zfs create storage0/zoneminder&lt;br /&gt;
 # zfs create storage0/zoneminder/events&lt;br /&gt;
 # chown www:www /data0/zoneminder&lt;br /&gt;
 # chown www:www /data0/zoneminder/events&lt;br /&gt;
 # zfs set quota=500G storage0/zoneminder/events&lt;br /&gt;
 # zfs set quota=600G storage0/zoneminder&lt;br /&gt;
&lt;br /&gt;
After doing the above, go into each monitor and change its Storage to the new location.&lt;br /&gt;
&lt;br /&gt;
 # ls -l /data0/zoneminder/events/&lt;br /&gt;
 total 2&lt;br /&gt;
 drwxr-xr-x  3 www  www  3 Nov  1 08:35 1&lt;br /&gt;
 drwxr-xr-x  2 www  www  2 Nov  1 08:33 2&lt;br /&gt;
 lrwxr-xr-x  1 www  www  1 Nov  1 08:33 BackPTZ -&amp;gt; 2&lt;br /&gt;
 lrwxr-xr-x  1 www  www  1 Nov  1 08:32 FrontPTZ -&amp;gt; 1&lt;br /&gt;
&lt;br /&gt;
Partially copied from the OPs [https://forums.zoneminder.com/viewtopic.php?p=135983#p135983 forum post].&lt;/div&gt;</summary>
		<author><name>Eracc</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=How_To&amp;diff=17503</id>
		<title>How To</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=How_To&amp;diff=17503"/>
		<updated>2024-11-01T17:43:25Z</updated>

		<summary type="html">&lt;p&gt;Eracc: /* Other Stuff */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;--[[User:Stagecoach|stagecoach]] 14:11, 16 October 2010 (BST)&lt;br /&gt;
&lt;br /&gt;
Go back to the [[Contents]] page&lt;br /&gt;
&lt;br /&gt;
This section contains additional hands-on instructions to accomplish certain tasks in ZoneMinder. For the detailed documentation navigate to  the [[Main Documentation]]&lt;br /&gt;
&lt;br /&gt;
=Administration=&lt;br /&gt;
[[How to check a camera is working]]&lt;br /&gt;
&lt;br /&gt;
[[Add a user to ZoneMinder| How to add a user]]&lt;br /&gt;
&lt;br /&gt;
[[how to login| How to login]]&lt;br /&gt;
&lt;br /&gt;
[[How to enable user login]]&lt;br /&gt;
&lt;br /&gt;
[[How to change user permissions]]&lt;br /&gt;
&lt;br /&gt;
[[How to enable extra logging and debugging information]]&lt;br /&gt;
&lt;br /&gt;
=Setting up ZoneMinder Monitors=&lt;br /&gt;
[[How to setup motion detection]]&lt;br /&gt;
&lt;br /&gt;
[[How to setup motion detection#Configure motion detection areas|How to configure motion detection areas]]&lt;br /&gt;
&lt;br /&gt;
[[How to Setup an Axis211A with MPEG-4 streaming|How to setup an Axis211A with MPEG-4 streaming]]&lt;br /&gt;
&lt;br /&gt;
[[Setup axis210 with motion jpeg|How to setup an Axis210 with M-JPEG streaming]]&lt;br /&gt;
&lt;br /&gt;
[[How to Setup an Axis 210 with JPEG streaming|How to setup an Axis 210 with JPEG streaming]]&lt;br /&gt;
&lt;br /&gt;
[[How to setup an axis 213 with pan tilt zoom|How to setup an Axis213 with pan tilt zoom]]&lt;br /&gt;
&lt;br /&gt;
[[How to setup a File monitor]]&lt;br /&gt;
&lt;br /&gt;
[[LibVNC | How to setup LibVNC as a sourcetype]] &lt;br /&gt;
&lt;br /&gt;
[[How to setup LibVLC on a camera]]&lt;br /&gt;
&lt;br /&gt;
[[How to setup MPEG-4 (part 2) streaming with RTP/RTSP monitor from an Axis 225FD camera]]&lt;br /&gt;
&lt;br /&gt;
[[How to setup MPEG-4 (part 2) streaming with RTP/RTSP monitor from an Axis 241S video encoder]]&lt;br /&gt;
&lt;br /&gt;
[[How to setup MPEG-4 streaming with RTSP monitor from a Vivotek IP8332 camera]]&lt;br /&gt;
&lt;br /&gt;
[[How to setup H.264 streaming with Ffmpeg monitor from an Axis P3343-VE-12mm camera]]&lt;br /&gt;
&lt;br /&gt;
[[How to setup H.264 streaming with Ffmpeg monitor from an Axis M7001 video encoder]]&lt;br /&gt;
&lt;br /&gt;
[[How to setup H.264 streaming with Ffmpeg monitor from an MagicWave Systems License Plate Camera]]&lt;br /&gt;
&lt;br /&gt;
[[How to Setup a FLIR F-Series Thermal Camera with MPEG4 streaming]]&lt;br /&gt;
&lt;br /&gt;
[[How to share an USB camera from a remote ZM server to another ZM Server]]&lt;br /&gt;
&lt;br /&gt;
=Exporting Events=&lt;br /&gt;
[[How to export download and view events#Export_Methods| How to export and download events]]&lt;br /&gt;
&lt;br /&gt;
[[How to export download and view events#Extracting_Events|How to prepare exported events for playback]]&lt;br /&gt;
&lt;br /&gt;
[[How to export download and view events#Viewing_Extracted_Events|How to view extracted events]]&lt;br /&gt;
&lt;br /&gt;
[[How_to_export_an_event_as_video|How to export an event as video]]&lt;br /&gt;
&lt;br /&gt;
=Live streaming=&lt;br /&gt;
[[How to realtime view multiple cameras]]&lt;br /&gt;
&lt;br /&gt;
[[How_to_get_a_live_view_from_a_monitor##Watch_view|How to get a live view from a single monitor]]&lt;br /&gt;
&lt;br /&gt;
[[How_to_get_a_live_view_from_a_monitor##cycle_view|How to get a rotating view from a group of monitors]]&lt;br /&gt;
&lt;br /&gt;
[[How to realtime view multiple cameras#Change Montage View|How to change the montage views layout]]&lt;br /&gt;
&lt;br /&gt;
[[How to realtime view multiple cameras#Create new group|How to create a new camera group]]&lt;br /&gt;
&lt;br /&gt;
[[How to stream from another ZoneMinder installation]]&lt;br /&gt;
&lt;br /&gt;
[[How to view recorded history from show timeline]]&lt;br /&gt;
&lt;br /&gt;
=Other Stuff=&lt;br /&gt;
[[How to stream h264 with ffmpeg from an Axis P3343]]&lt;br /&gt;
&lt;br /&gt;
[[Capture Resolution Width x Height]]&lt;br /&gt;
&lt;br /&gt;
[[How to install and configure Postfix as a Gmail SMTP relay for ZoneMinder email filter events.]]&lt;br /&gt;
&lt;br /&gt;
[[How to use a video file as a Source]]&lt;br /&gt;
&lt;br /&gt;
[[How_to_view_the_latest_frame_of_a_camera|How to view the latest image from a camera]]&lt;br /&gt;
&lt;br /&gt;
[[How to get Alarm images in alarm emails]]&lt;br /&gt;
&lt;br /&gt;
[[How to use ZFS Datasets for Event Storage]]&lt;/div&gt;</summary>
		<author><name>Eracc</name></author>
	</entry>
</feed>