It now works :-D<br><br>Thanks for all your help guys.<br><br>That rsync command is pretty neat! Why didn't I know about this . . . much much much earlier :-S lol<br>Will definetly come in handy for lots of other things.<br>
<br>Syncing took about 9 hours in total, and it did seem to work on some of tha localized_english paks as well as pak1.pk3<br><br>I ran: <br>rsync -av --excludedir=&quot;/uoserver/uo&quot; /uoserver 83.170.83.37:~/codserver
<br>Yet it still uploaded the UO folder . . . . well I'm not really complaining.<br><br>I got myself a fully functional CoD and CoD UO server - and my cfg files have been transferred over too :-D<br><br>Thank you all!<br>
<br>Viktor<br><br><br><div><span class="gmail_quote">On 23/11/06, <b class="gmail_sendername">Rüdiger Meier</b> &lt;<a href="mailto:sweet_f_a@gmx.de">sweet_f_a@gmx.de</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Thursday 23 November 2006 02:02, Viktor Kaup wrote:<br>&gt; Considering I'm on a home broadband ADSL connection, the time taken<br>&gt; to upload a full server install would take quite a while.<br><br>Therefore I recomended &quot;rsync&quot; which just uploads the differences
<br>between both installations.<br>Thats IMO exactly what you want - if there are any differences. If not<br>then the procedure takes you 5 minutes and you know more sure that<br>there are no differences.<br><br>&gt; Also, the
<br>&gt; home server has UO installed, which really brings up the size.<br><br>rsync -av --delete --exclude=&quot;/path/cod/uo&quot;&nbsp;&nbsp; /home/cod&nbsp;&nbsp;ip:/remote/cod<br><br>man rsync<br>(The first run I would do without &quot;--delete&quot; because its dangerous&nbsp;&nbsp;if
<br>you got a typo in remote path. Also you should backup the remote<br>installation before)<br><br>&gt; When I can get round to it, I'll run another md5sum check<br><br>You could quickly try remote and at home:<br><br>cd&nbsp;&nbsp;/path/to/cod
<br>find -type f&nbsp;&nbsp;-exec md5sum '{}' \;&nbsp;&nbsp;&gt; /tmp/md5sumRemote<br><br>and compare both files<br>diff&nbsp;&nbsp;md5sumRemote&nbsp;&nbsp;md5sumHome<br><br>cu,<br>Rudi<br><br>---<br>To unsubscribe, send a blank email to <a href="mailto:cod-unsubscribe@icculus.org">
cod-unsubscribe@icculus.org</a><br><br><br><br></blockquote></div><br>