<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks for the response.  Will the resync overwrite the home folder in
the other machine?  I need to keep it intact because it has a different
set of users.<br>
<br>
Jim Wildman wrote:
<blockquote
 cite="midPine.LNX.4.58.0504042224050.5742@newross.rossberry.private"
 type="cite">
  <pre wrap="">On Mon, 4 Apr 2005, John P. Conlon wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">1. I need to move the entire home folder and contents to a different 
computer so I can work on the first one.  How do I do this?  Both 
machines ae essentially networked stand alone machines.

    </pre>
  </blockquote>
  <pre wrap=""><!---->One way is rsync over ssh.

cd /home
rsync -av -e ssh . othermachine:/home/

All you need is ssh on both boxes and to permit remote root ssh on the
target machine.

  </pre>
  <blockquote type="cite">
    <pre wrap="">2. Where do I find the file that identifies that has the abreviations 
for ISA sound cards. I need to put this information in my lts.conf file 
for several of my home brewed clients that have  ESS 1868 cards.

    </pre>
  </blockquote>
  <pre wrap=""><!---->
I think you are looking for the hwdata files  /usr/share/hwdata

  </pre>
  <blockquote type="cite">
    <pre wrap="">Thanks
Pat

_______________________________________________
K12OSN mailing list
<a class="moz-txt-link-abbreviated" href="mailto:K12OSN@redhat.com">K12OSN@redhat.com</a>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/k12osn">https://www.redhat.com/mailman/listinfo/k12osn</a>
For more info see <a class="moz-txt-link-rfc2396E" href="http://www.k12os.org"><http://www.k12os.org></a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->
------------------------------------------------------------------------
Jim Wildman, CISSP, RHCE       <a class="moz-txt-link-abbreviated" href="mailto:jim@rossberry.com">jim@rossberry.com</a> <a class="moz-txt-link-freetext" href="http://www.rossberry.com">http://www.rossberry.com</a>
"Society in every state is a blessing, but Government, even in its best
state, is a necessary evil; in its worst state, an intolerable one."
Thomas Paine

_______________________________________________
K12OSN mailing list
<a class="moz-txt-link-abbreviated" href="mailto:K12OSN@redhat.com">K12OSN@redhat.com</a>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/k12osn">https://www.redhat.com/mailman/listinfo/k12osn</a>
For more info see <a class="moz-txt-link-rfc2396E" href="http://www.k12os.org"><http://www.k12os.org></a>

  </pre>
</blockquote>
</body>
</html>