Hej! Jag ska spegla sid till en burk på det lokala lanet, men har inte full pejl på rsync.. Så jag fuskade (trodde jag) och tankade hem ett script http://www.debian.org/mirror/anonftpsync
här är min config. TO=/home/st0kk/backups/ RSYNC_HOST=ftp.sunet.se # RSYNC_DIR is the directory given in the "Packages over rsync:" line of # the mirrors file for the site you have chosen to mirror. RSYNC_DIR=/pub/Linux/distributions/debian/ # EXCLUDE is a list of parameters listing patterns that rsync will exclude. # The following example would exclude mostly everything: 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 *_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 stable/ --exclude testing/ " # --exclude source/ \ # --exclude *.orig.tar.gz --exclude *.diff.gz --exclude *.dsc \ # --exclude /contrib/ --exclude /non-free/ \ när jag kör ./anonftpsync så hoppar den till och ger mig en promt tillbaka efter.. 1 sec.. den syncar iaf inte... tipps? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

