On Tue, 2002-12-31 at 09:35, Michael Schwendt wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On Tue, 31 Dec 2002 20:02:50 +0530, [EMAIL PROTECTED] wrote:
> 
> > I want to make my server as a mirror ftp site for some sites (like
> > patch, antivirus update), so that our users can download file from
> > local server instead of downloading them from remote ftp site. How can
> > I make this?
> 
> Take a look at "rsync" or "ftpcopy", for instance. There are
> many other mirroring tools available.
> 
> - -- 

Yeah, at my office I have setup anonymous-ftp on a server,
then configured a user account called "ftpget" which owns 
a subdirectory of the anonymous ftp directory.

The ftpget user has a cron job that uses the wget command
to mirror remote sites early in the morning.  With wget you
can also set pauses between each get, and you can set retries
and such on the command line.

The /etc/mail/aliases file has a line sending me the output 
of the jobs via my normal e-mail address.

I use this to maintain mirrors of the SunFreeware and HP-Porting 
center archives.

-Ben.




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to