[cod] server: pak1.pk3 not in search path

Rüdiger Meier sweet_f_a at gmx.de
Wed Nov 22 20:45:33 EST 2006


On Thursday 23 November 2006 02:02, Viktor Kaup wrote:
> Considering I'm on a home broadband ADSL connection, the time taken
> to upload a full server install would take quite a while.

Therefore I recomended "rsync" which just uploads the differences 
between both installations.
Thats IMO exactly what you want - if there are any differences. If not 
then the procedure takes you 5 minutes and you know more sure that 
there are no differences. 

> Also, the 
> home server has UO installed, which really brings up the size.

rsync -av --delete --exclude="/path/cod/uo"   /home/cod  ip:/remote/cod

man rsync
(The first run I would do without "--delete" because its dangerous  if 
you got a typo in remote path. Also you should backup the remote 
installation before)

> When I can get round to it, I'll run another md5sum check

You could quickly try remote and at home:

cd  /path/to/cod
find -type f  -exec md5sum '{}' \;  > /tmp/md5sumRemote

and compare both files
diff  md5sumRemote  md5sumHome

cu,
Rudi



More information about the Cod mailing list