On Thu, May 3, 2012 at 12:39 PM, Michael T. Dean <span dir="ltr">&lt;<a href="mailto:mtdean@thirdcontact.com" target="_blank">mtdean@thirdcontact.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 05/03/2012 12:45 PM, eric millham wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
On Thu, May 3, 2012 at 8:12 AM, Raymond Wagner wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
On 5/3/2012 08:17, eric millham wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I use this wiki:<a href="http://www.mythtv.org/**wiki/Storage_Groups_Weighting" target="_blank">http://www.mythtv.org/**<u></u>wiki/Storage_Groups_Weighting</a>&lt;<a href="http://www.mythtv.org/wiki/Storage_Groups_Weighting" target="_blank"><u></u>http://www.mythtv.org/wiki/<u></u>Storage_Groups_Weighting</a>&gt;<div class="im">
<br>
<br>
to attempt to force myth to always record to one storage group.<br>
My other group is slower so I just want to use it for playback of older<br>
files once commflag is done.<br>
</div></blockquote><div class="im">
Why not have two separate storage groups, record to one, and have a script<br>
balance out the storage between them offline?<br>
</div></blockquote>
Raymond, that&#39;s exactly what I was planning to do.<br>
Use my Drobo storage for long term storage&amp;  playback, my raid-1 2 drive<div class="im"><br>
internal array for recording/commskip, and a script to copy stuff older<br>
than 2 days from internal to Drobo.<br>
Basically the internal array is a cache. Maybe one day I would even use SSD<br>
here.<br>
As the Drobo has approached 60% used it&#39;s becoming taxed with recording 3<br>
HD, comm skip 2 and playback one at same time.<br>
<br>
So, how do I do that? I did not see a place to have a storage group for<br>
recording storage but not record to it...<br>
<br>
I did run the backend with the suggested log flags and it didn&#39;t tell me<br>
why it was not using the other storage group.<br>
</div></blockquote>
<br>
Based on your original post, I think the reason you don&#39;t understand Raymond&#39;s approach is because you (like most users) don&#39;t understand what you mean when you say, &quot;Storage Group.&quot;<br>
<br>
A Storage Group is just a name you choose for a bunch of directories.<br>
<br>
A directory is a location on a file system.  (Most users seem to think that a directory is a &quot;Storage Group&quot;--that&#39;s a directory entry within a Storage Group, which is allowed to contain as many directory paths as you want.)<br>

<br>
You set up your Storage Groups as:<br>
<br>
SG Name: Default<br>
Directories within SG:<br>
    /path/to/record/to<br>
    /path/to/record/also<br>
<br>
Then, you create a Storage Group:<br>
<br>
SG Name: Archive<br>
Directories within SG:<br>
    /drobo/storage/directory<br>
    /drobo/storage/directory2<br>
<br>
etc.  Then create recording rules to record to Default Storage Group and do not ever specify Archive Storage Group in any recording rule.  That way, all record is done to the directories specified in Default Storage Group, and no recording is done to directories specified in Archive Storage Group.<br>

<br>
Then, when you want to archive, just simply move the file out of one of the Default Storage Group directories and into any of the Archive Storage Group directories--and all will work fine.  There&#39;s no need to tell MythTV that you moved it.  It just works.<br>

<br>
(The only constraint is that the host that recorded the video must be able to access it in the new directory--whether the new directory is a local directory or mounted via NFS/CIFS.)<br>
<br>
Mike<div class="HOEnZb"><div class="h5"><br>
______________________________<u></u>_________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/<u></u>listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br><div><br></div><div>Mike, that was annoyingly simple! Thanks!</div>