I want to mirror any i386 packages from a debian package mirror with the following command rsync -avvP --include-from="file" ftp.at.debian.org::debian-ftp/debian-non-US/pool/non-US/main /mirror/debian/non-US/main while "file" contains +"_all" +"_i386" -"*" +"*/" But the -"*" does not work, all files were mirrored! What's wrong? Is there a better way to mirror just one architecture (i386) from a debian mirror? O. Wyss
- Re: Include-from does not work Otto Wyss
- Re: Include-from does not work Goswin Brederlow
- Re: Include-from does not work Dave Dykstra