Søndag 07 mai 2006 17:22, skrev Stefano Z.: > Hi > > i want to mirror current, extra, comunity on a dvd/portable usb hd, what > i have to do to > have a local mirror ? > I need it because i have a PC on a place where i haven't DSL connection... > so unique solution is to have a complete mirror on a portable storage.
Here's the commands to download / sync the repositories: rsync -avz -L --delete rsync.archlinux.org::ftp/current /yourdirectory rsync -avz --delete rsync.archlinux.org::ftp/extra /yourdirectory rsync -avz --delete rsync.archlinux.org::ftp/community /yourdirectory rsync -avz --delete rsync.archlinux.org::ftp/testing /yourdirectory This will put the repos in /yourdirectory. I usually put it in /home/ftp on my laptop, since then it's easy to upgrade my other computers that don't have internet using pure-ftpd. All of these take 4.3Gb right now, so you'll get them on a DVD, but you might not need testing and community. -filoktetes > > Thanks ! > > _______________________________________________ > arch mailing list > [email protected] > http://www.archlinux.org/mailman/listinfo/arch _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
