<br>
<div class="gmail_quote">On Mon, Feb 1, 2010 at 5:23 AM, Ian Oliver <span dir="ltr"><<a href="mailto:lists@foxhill.co.uk">lists@foxhill.co.uk</a>></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><<a href="mailto:c4b6bea51001311754q69e52eb0qb6849b15b2894e3b@mail.gmail.com">c4b6bea51001311754q69e52eb0qb6849b15b2894e3b@mail.gmail.com</a>>, Bill<br>
Williamson wrote:<br>> Bookmarks are shared.<br><br>Thanks, that's good news.<br><br>I also found the database backup/restore stuff in the "how to" so I'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'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't you just use some sql to copy the settings?</div>
<div> </div>
<div>insert into settings (value, data, hostname) select value, data, 'newhostname' from settings where hostname = 'oldhostname';<br></div>
<div>Just my 2c.</div>