Dear Maintainer, While trying to mirror the new Debian trixie I stumbled over an issue regarding main/installer-i386 which was removed in trixie. The debmirror version 1:2.37 (bookwoorm) and the new 1:2.47 (trixie) are both affected and output following error when mirroring trixie (-a amd64,i386): [ 0%] Getting: dists/trixie/main/installer-i386/current/images/MD5SUMS # failed:Failed to open file. Failed to download dists/trixie/main/installer-i386/current/images/MD5SUMS; skipping. Errors: Download of dists/trixie/main/installer-i386/current/images/MD5SUMS failed: Failed to open file. Failed to download some Package, Sources or Release files! WARNING: releasing 1 pending lock... Since trixie comes without main/installer-i386 the download above fails. I traced the cause to sub di_add_files in debmirror which downloads MD5SUMS for each installer-$arch (the architectures given via the -a option). After I inserted a 'next if $arch eq "i386";' just for testing, debmirror keeps running. Maybe it would make sense to have di_add_files follow the -s option, i.e. processing installer-$arch only when requested via -s and not automatically for each arch in -a. Cheers Markus