Mailinglist Archive: opensuse (2859 mails)
| < Previous | Next > |
Re: [opensuse] how to mirroring wisely
- From: Stoyan Tzalev <stockton@xxxxxxxxx>
- Date: Tue, 1 May 2007 10:39:11 +0300
- Message-id: <200705011039.12661.stockton@xxxxxxxxx>
На Tuesday 01 May 2007 08:27 chika@xxxxxxxxxxxx написа:
> i want to mirroring
> "ftp://ftp.suse.com/pub/suse/i386/update/10.2/rpm/i586/"
>
> can i use wget --mirror -nc -bc -np -np -nd -R "*delta.rpm", is it the
> best way?
No. Use rsync, it's designed for such purposes. For example:
rsync -avHSP --delete-after
rsync://ftp5.gwdg.de/pub/suse/i386/update/10.2/rpm/i586/ /destination/dir/
If you'd like to mirror larger parts of suse/opensuse project, see:
http://en.opensuse.org/Mirror_Infrastructure
Regards,
Stoyan
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
> i want to mirroring
> "ftp://ftp.suse.com/pub/suse/i386/update/10.2/rpm/i586/"
>
> can i use wget --mirror -nc -bc -np -np -nd -R "*delta.rpm", is it the
> best way?
No. Use rsync, it's designed for such purposes. For example:
rsync -avHSP --delete-after
rsync://ftp5.gwdg.de/pub/suse/i386/update/10.2/rpm/i586/ /destination/dir/
If you'd like to mirror larger parts of suse/opensuse project, see:
http://en.opensuse.org/Mirror_Infrastructure
Regards,
Stoyan
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |