<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://blueirissoftware.com/forum/app.php/feed/topic/443" />

	<title>Blue Iris</title>
	<subtitle>Blue Iris User Group</subtitle>
	<link href="https://blueirissoftware.com/forum/index.php" />
	<updated>2021-01-23T17:24:02+00:00</updated>

	<author><name><![CDATA[Blue Iris]]></name></author>
	<id>https://blueirissoftware.com/forum/app.php/feed/topic/443</id>

		<entry>
		<author><name><![CDATA[sak231]]></name></author>
		<updated>2021-01-23T17:24:02+00:00</updated>

		<published>2021-01-23T17:24:02+00:00</published>
		<id>https://blueirissoftware.com/forum/viewtopic.php?p=7895#p7895</id>
		<link href="https://blueirissoftware.com/forum/viewtopic.php?p=7895#p7895"/>
		<title type="html"><![CDATA[Re: Backup Blue Iris 4 settings (complete backup)]]></title>

		
		<content type="html" xml:base="https://blueirissoftware.com/forum/viewtopic.php?p=7895#p7895"><![CDATA[
Hi, is this still valid for v4?  I get a " can not export...there may be a disk or file error issue".  I'm on a new install of windows 10 pro.  BI is closed, i don't see it running as a service either.  Thanks for the help.<p>Statistics: Posted by <a href="https://blueirissoftware.com/forum/memberlist.php?mode=viewprofile&amp;u=3477">sak231</a> — Sat Jan 23, 2021 5:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mrrentman]]></name></author>
		<updated>2019-09-16T13:01:17+00:00</updated>

		<published>2019-09-16T13:01:17+00:00</published>
		<id>https://blueirissoftware.com/forum/viewtopic.php?p=1176#p1176</id>
		<link href="https://blueirissoftware.com/forum/viewtopic.php?p=1176#p1176"/>
		<title type="html"><![CDATA[Re: Backup Blue Iris 4 settings (complete backup)]]></title>

		
		<content type="html" xml:base="https://blueirissoftware.com/forum/viewtopic.php?p=1176#p1176"><![CDATA[
Thank you reddawg, that is exactly what I was looking for.<p>Statistics: Posted by <a href="https://blueirissoftware.com/forum/memberlist.php?mode=viewprofile&amp;u=853">mrrentman</a> — Mon Sep 16, 2019 1:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Preetisharma]]></name></author>
		<updated>2019-09-16T06:30:08+00:00</updated>

		<published>2019-09-16T06:30:08+00:00</published>
		<id>https://blueirissoftware.com/forum/viewtopic.php?p=1171#p1171</id>
		<link href="https://blueirissoftware.com/forum/viewtopic.php?p=1171#p1171"/>
		<title type="html"><![CDATA[Re: Backup Blue Iris 4 settings (complete backup)]]></title>

		
		<content type="html" xml:base="https://blueirissoftware.com/forum/viewtopic.php?p=1171#p1171"><![CDATA[
Excellent information. Thank you!<p>Statistics: Posted by <a href="https://blueirissoftware.com/forum/memberlist.php?mode=viewprofile&amp;u=867">Preetisharma</a> — Mon Sep 16, 2019 6:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[reddawg]]></name></author>
		<updated>2019-09-16T01:20:49+00:00</updated>

		<published>2019-09-16T01:20:49+00:00</published>
		<id>https://blueirissoftware.com/forum/viewtopic.php?p=1165#p1165</id>
		<link href="https://blueirissoftware.com/forum/viewtopic.php?p=1165#p1165"/>
		<title type="html"><![CDATA[Backup Blue Iris 4 settings (complete backup)]]></title>

		
		<content type="html" xml:base="https://blueirissoftware.com/forum/viewtopic.php?p=1165#p1165"><![CDATA[
<span style="font-size:150%;line-height:116%">Title: BackupBI4.CMD (version 2.0)</span><br><br><span style="font-size:150%;line-height:116%">What is BackupBI4.CMD?</span><br>==============================<br>BackupBI4.CMD is a Windows batch file script that backs up all Blue Iris 4's settings stored in the Windows registry using REGEDIT.exe and renames it to include the version and {32/64} BIT architecture as part of the filename like 'Blueiris_v4.8.6.3_x64.reg'. This is the same as performing an Export Settings from withing Blue Iris Settings -&gt; About tab. <br><br>The advantage of using BackupBI4.CMD's REGEDIT method to backup Blue Iris 4 settings in the registry is that it works outside the Blue Iris 4 console, which make recovery easier in the event of a Blue Iris crash situation where you are locked out of the program. The other advantage is that the backup is in ascii text format so it is editable.  <br><br>Blue Iris 4 stores its settings in the registry at the following locations:<br><br>     64-bit App / Service:<br>          <span style="color:#0000FF">HKEY_LOCAL_MACHINE\SOFTWARE\Perspective Software</span><br><br>     32-bit App / Service on 64-bit OS:<br>          <span style="color:#0000FF">HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Perspective Software</span><br><br>     32-bit App / Service on 32-bit OS:<br>          <span style="color:#0000FF">HKEY_LOCAL_MACHINE\SOFTWARE\Perspective Software</span><br><br>Compatibility:<br><br>    + Windows 7<br>    + Windows 8/8.1<br>    + Windows 10<br><br><br><span style="font-size:150%;line-height:116%">Download BackupBI4.zip or previous versions</span><br>==========================================================<br><br>* BackupBI4.zip (Latest version) from <a href="https://drive.google.com/open?id=1COLoboxLWO9RWMRsYvT54RJ-F9Jhsx8E" class="postlink">https://drive.google.com/open?id=1COLob ... J-F9Jhsx8E</a><br><br><span style="font-size:150%;line-height:116%">How to install BackupBI4.CMD</span><br>======================================<br><br>1. Unzip "BackupBI4.zip" to C:\. This will unpack BackupBI4.cmd and README.txt files to following directory:<br><br>   C:\Bat<br><br>   FYI: If you want to put BackupBI4.cmd in a different folder, you can.<br><br>2. To configure where you want BackupBI4.cmd to store its registry backups, open the batch file called <br>   BackupBI4.CMD with notepad and just change the following line:<br><br>   SET DEST=%USERPROFILE%\Desktop<br><br><br><span style="font-size:150%;line-height:116%">Run BackupBI4.CMD</span><br>=========================<br>Run the batch file as administrator by right clicking on BackupBI4.CMD and selecting Run as Administrator. It will create a backup of Blue Iris 4 settings based upon the version of Blue Iris and bit architecture in the form of BlueIris_v4.8.6.3_x64.reg. To restore Blue Iris 4 settings all you need to do is to double click on the REG file called BlueIris_v4.8.6.3_x64.reg.<p>Statistics: Posted by <a href="https://blueirissoftware.com/forum/memberlist.php?mode=viewprofile&amp;u=432">reddawg</a> — Mon Sep 16, 2019 1:20 am</p><hr />
]]></content>
	</entry>
	</feed>
