[opensuse] how to mirroring wisely
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? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
На Tuesday 01 May 2007 08:27 chika@cs.its.ac.id написа:
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@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (2)
-
chika@cs.its.ac.id
-
Stoyan Tzalev