Hat jemand einen Tip f�r mich wie ich _nur_ f�r die i386 arch die KDE3.1.2 Pakete spiegeln kann? Ich w�rde sie gerne f�r eine Netzinstallation lokal vorhalten. Geht das mit debmirror oder mit anonftpsync und wenn ja wie? anonftpsync hab ich probiert aber auch mit der Option -v beim rsync aufruf im Script tut sich rein gar nichts, die Verbindung wird nach einigen Sekunden wieder beendet.
---8<--- anonftpsync aenderungen ---8<--- # TO is the destination for the base of the Debian mirror directory # (the dir that holds dists/ and ls-lR). TO=/var/Debian --- # RSYNC_HOST is the site you have chosen from the mirrors file. # (http://www.debian.org/mirror/list-full) #RSYNC_HOST=ftp.de.debian.org RSYNC_HOST=ftp.de.kde.org --- # RSYNC_DIR is the directory given in the "Packages over rsync:" line of # the mirrors file for the site you have chosen to mirror. # Debian #RSYNC_DIR=debian/ # KDE RSYNC_DIR=pub/kde/ --- EXCLUDE="\ --exclude binary-alpha/ \ --exclude binary-arm/ \ --exclude binary-m68k/ \ --exclude binary-powerpc/ \ --exclude binary-sparc/ \ --exclude binary-ia64/ \ --exclude binary-mips*/ \ --exclude binary-hppa/ \ --exclude binary-sh/ \ --exclude binary-s390/ \ --exclude binary-hurd-i386/ \ --exclude *_alpha.deb \ --exclude *_arm.deb \ --exclude *_m68k.deb \ --exclude *_powerpc.deb \ --exclude *_sparc.deb \ --exclude *_ia64.deb \ --exclude *_hppa.deb \ --exclude *_sh.deb \ --exclude *_mips.deb \ --exclude *_mipsel.deb \ --exclude *_s390.deb \ --exclude *_hurd-i386.deb \ --exclude disks-alpha/ \ --exclude disks-arm/ \ --exclude disks-ia64/ \ --exclude disks-m68k/ \ --exclude disks-mips*/ \ --exclude disks-powerpc/ \ --exclude disks-s390/ \ --exclude disks-sparc/ \ --exclude source/ \ --exclude *.orig.tar.gz \ --exclude *.diff.gz \ --exclude *.dsc \ " ---8<--- ende ---8<--- Tsch�ss, Thomas -- Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/ Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

