<br>
<div class="gmail_quote">On Mon, Feb 1, 2010 at 5:23 AM, Ian Oliver <span dir="ltr">&lt;<a href="mailto:lists@foxhill.co.uk">lists@foxhill.co.uk</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">In article<br>&lt;<a href="mailto:c4b6bea51001311754q69e52eb0qb6849b15b2894e3b@mail.gmail.com">c4b6bea51001311754q69e52eb0qb6849b15b2894e3b@mail.gmail.com</a>&gt;, Bill<br>
Williamson wrote:<br>&gt; Bookmarks are shared.<br><br>Thanks, that&#39;s good news.<br><br>I also found the database backup/restore stuff in the &quot;how to&quot; so I&#39;ll<br>try that mysql wrangling. The intention is that I do all remote/etc.<br>
setup on one fe and then keep copying the new settings across to the<br>others. I&#39;ll update files using rsync or dd/netcat but want any<br>easy/figner-truble proof way of doing the same for mythtv settings.<br><font color="#888888"><br>
Ian<br></font>
<div>
<div></div>
<div class="h5"><br><br><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div>
<div> </div>
<div> </div>
<div>Can&#39;t you just use some sql to copy the settings?</div>
<div> </div>
<div>insert into settings (value, data, hostname) select value, data, &#39;newhostname&#39; from settings where hostname = &#39;oldhostname&#39;;<br></div>
<div>Just my 2c.</div>