Koozali.org: home of the SME Server

mirroring on SME Server 7.0rc2

Offline Teviot

  • *
  • 610
  • +0/-0
mirroring on SME Server 7.0rc2
« on: June 03, 2006, 07:44:53 AM »
I can't seem to find much on how to mirror from the web to my SME server.  I want to mirror http://mirror.contribs.org/smeserver/releases/ to a ibay on my server and need help to set this up.

I also want to set times that this will happen (e.g. 0200 - 1000 daily)

I want to do more with SME an would like to do it at a local level and try to cut down on bandwidth used on the internet.

Can anyone help me with this?

regards
Adrian
Regards
M0GLJ
......................................................
I am new to SAIL SME Server v8b6 and have been using SME for many years.
I have already done some research and only ask questions if I still can't work it out.

jcoleman

mirroring on SME Server 7.0rc2
« Reply #1 on: June 03, 2006, 03:18:45 PM »
Try "man rsync"

This is pretty easy to do.

-jeff

Offline Teviot

  • *
  • 610
  • +0/-0
mirroring on SME Server 7.0rc2
« Reply #2 on: June 04, 2006, 05:04:46 AM »
Thank you Jeff but that doesn't help me much.

I am linux irrliterate.  I'm trying to learn.  Could you please give me more details

Adrian
Regards
M0GLJ
......................................................
I am new to SAIL SME Server v8b6 and have been using SME for many years.
I have already done some research and only ask questions if I still can't work it out.

Offline Teviot

  • *
  • 610
  • +0/-0
mirroring on SME Server 7.0rc2
« Reply #3 on: June 05, 2006, 02:30:50 AM »
Anyone perpared to help???

Anyone ???
Regards
M0GLJ
......................................................
I am new to SAIL SME Server v8b6 and have been using SME for many years.
I have already done some research and only ask questions if I still can't work it out.

egerards

mirroring on SME Server 7.0rc2
« Reply #4 on: June 05, 2006, 09:56:50 PM »
I would consider using 'wget' scheduled by cron.

The command would be something like this:

wget --directory-prefix=/home/e-smith/files/ibays/IBAYNAME/[files|html]/ --no-host-directories --recursive --timestamping http://mirror.contribs.org/smeserver/releases/

For more wget details, please see 'wget --help' or 'man wget'.