<div><span class="gmail_quote">On 9/25/06, <b class="gmail_sendername">Jim Christiansen</b> <<a href="mailto:christiansen_j@hotmail.com">christiansen_j@hotmail.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I don't know how this happenned, but I started an scp job of my student<br>homes from the old server across to the new server and walked away.  Today I
<br>have found that the 8 gigs of data has grown to fill the entire 320 gig<br>drive, most of it being one student's directory recursively copied into<br>itself...</blockquote>
<div> </div>
<div> </div>
<div>Be very careful with scp, it is very primative.  SCP will follow links, so if you have a link to a parent directory it will infinately nest.  That is one reason doing a scp -r of / will hose up your backup site.</div>

<div> </div>
<div> </div>
<div>Take a look at using tar or rsync instead at: <a href="http://happygiraffe.net/copy-net">http://happygiraffe.net/copy-net</a></div>
<div> </div>
<div>Darryl</div><br> </div>