Cross-arch mirroring doesn't seem to be working. I run apt-move mirror with this configuration and it still downloads i386 packages into /var/cache/apt/archives. --- Begin /etc/apt-move.conf (modified conffile) APTSITES="http.us.debian.org non-us.debian.org" ARCHS="sparc" LOCALDIR=/var/local/debian-mirror DIST=potato PKGTYPE=binary FILECACHE=/var/cache/apt/archives LISTSTATE=/var/state/apt/lists DELETE=yes MAXDELETE=20 STRICTMOVE=no--- End /etc/apt-move.conf
There's no way around this unless apt-get starts supporting cross-arch downloads.
Well it does, if your system is multiarch. I just tried to apt-move my amd64 and i386 packages, and lo and behold, it only moves amd64 ones. Actually, the code looks as if it only expects one architecture at most. Cheers Seegras