debmirror – Issue with Debian mirror for debian-security sync with bookworm/updates

I’m attempting to set up a local Debian mirror using the debmirror utility. Initially, I define the necessary variables and then execute the following commands. While it works perfectly for Debian ( http://deb.debian.org/debian/ ), But facing an issue when syncing Debian-Security ( http://deb.debian.org/debian-security/)

1. Create mirror for Debian ( http://deb.debian.org/debian/):

# VARIABLES:
root@debian12vm:~# EXCL="--exclude=-dbg_ --exclude=debian-installer-netboot-images --include=libc6-dbg"
DEBUG="-v"
ARCH=amd64
DIST=bookworm,bookworm-backports
DEST_DIR=${DEST_DIR:-"/var/lib/debian/samadhan-debmirror"}
SECT="--section main,contrib,non-free"
ALLOPT="$DEBUG --state-cache-days=100 --ignore-missing-release --ignore-release-gpg --passive --nosource --arch=$ARCH"
HOST="deb.debian.org"
DEFOPT="--keyring /usr/share/keyrings/debian-archive-keyring.gpg --method=http --rsync-extra=none --diff=none $ALLOPT --host=$HOST --dist=$DIST $SECT"
HTTP_MIRROR_DIR="/var/www/html/debmirror"
# COMMAND : 
root@debian12vm:~# debmirror $EXCL $DEST_DIR/debian $DEFOPT --getcontents

Actual and expected result: with this approach, I am able to create a Debian mirror successfully.:

------------------ create mirror for debian ------------------
Mirroring to /var/lib/debian/samadhan-debmirror/debian from http://deb.debian.org/debian/
Arches: amd64
Dists: bookworm,bookworm-backports
Sections: main,contrib,non-free
Pdiff mode: none
Passive mode on.
Will clean up after mirroring.
Attempting to get lock ...
State cache file does not exist; doing full mirroring.
Getting meta files ...
[  0%] Getting: dists/bookworm/Release... ok
[  0%] Getting: dists/bookworm/InRelease... ok
[  0%] Getting: dists/bookworm/Release.gpg... ok
[  0%] Getting: dists/bookworm-backports/main/binary-amd64/Packages.xz... ok
[  2%] Getting: dists/bookworm-backports/contrib/binary-amd64/Packages.xz... ok
[  2%] Getting: dists/bookworm-backports/contrib/binary-all/Release... ok
[  2%] Getting: dists/bookworm-backports/non-free/binary-amd64/Packages.xz... ok
[  2%] Getting: dists/bookworm-backports/non-free/binary-amd64/Release... ok
[  2%] Getting: dists/bookworm/main/binary-amd64/Packages.xz... ok
[ 69%] Getting: dists/bookworm/main/binary-amd64/Release... ok
[ 98%] Getting: dists/bookworm/contrib/binary-amd64/Packages.xz... ok
[ 99%] Getting: dists/bookworm/contrib/binary-all/Release... ok
[ 99%] Getting: dists/bookworm/non-free/binary-amd64/Packages.xz... ok
[100%] Getting: dists/bookworm/non-free/binary-all/Release... ok
Parsing Packages and Sources files ..

Get Contents files.
[  0%] Getting: dists/bookworm-backports/main/Contents-amd64.gz... ok
[  0%] Getting: dists/bookworm/non-free/Contents-all.gz... ok
Get command-not-found metadata files ...
Files to download: 101015 MiB

[100%] Getting: pool/non-free/z/znuny/otrs2_6.5.1-1_all.deb... ok
[100%] Getting: pool/non-free/z/znuny/otrs2_6.5.8-1~bpo12+1_all.deb... ok
[100%] Getting: pool/non-free/z/znuny/znuny_6.5.8-1~bpo12+1_all.deb... ok
Downloaded 101114 MiB in 51437s at 2012.97 kiB/s.
Everything OK. Moving meta files ...
Cleanup mirror: full.
Saving debmirror state cache.
State cache will expire in 100 day(s).
-

2. Create mirror for Debian-Security ( http://deb.debian.org/debian-security/):

# VARIABLES
root@debian12vm:~# EXCL="--exclude=-dbg_ --exclude=debian-installer-netboot-images --include=libc6-dbg"
DEBUG="-v"
ARCH=amd64
DIST=bookworm,bookworm-backports
DEST_DIR=${DEST_DIR:-"/var/lib/debian/samadhan-debmirror"}
SECT="--section main,contrib,non-free"
ALLOPT="$DEBUG --state-cache-days=100 --ignore-missing-release --ignore-release-gpg --passive --nosource --arch=$ARCH"
HOST="deb.debian.org"
DEFOPT="--keyring /usr/share/keyrings/debian-archive-keyring.gpg --method=http --rsync-extra=none --diff=none $ALLOPT --host=$HOST --dist=$DIST $SECT"
HTTP_MIRROR_DIR="/var/www/html/debmirror"

# COMMAND:
root@debian12vm:~# debmirror --keyring /usr/share/keyrings/debian-archive-keyring.gpg --method=http $EXCL $DEST_DIR/debian-security $ALLOPT --host=${HOST} -r debian-security $SECT -d bookworm/updates

Actual Result: with this approach, I am unable to create a Debian-Security mirror:

Ed binary missing, falling back to --diff=none
Mirroring to /var/lib/debian/samadhan-debmirror/debian-security from http://deb.debian.org/debian-security/
Arches: amd64
Dists: bookworm/updates
Sections: main,contrib,non-free
Pdiff mode: none
Passive mode on.
Will clean up after mirroring.
Attempting to get lock ...
State cache file does not exist; doing full mirroring.
Updating remote trace files (using rsync) ...
Getting meta files ...
[  0%] Getting: dists/bookworm/updates/Release... Ignoring failed Release files.
Ignoring missing Release file for dists/bookworm/updates/main/binary-amd64/Packages.gz
[  0%] Getting: dists/bookworm/updates/main/binary-amd64/Packages.gz... Ignoring missing Release file for dists/bookworm/updates/main/binary-all/Packages.gz
[  0%] Getting: dists/bookworm/updates/main/binary-all/Packages.gz... Ignoring missing Release file for dists/bookworm/updates/contrib/binary-amd64/Packages.gz
[  0%] Getting: dists/bookworm/updates/contrib/binary-amd64/Packages.gz... Ignoring missing Release file for dists/bookworm/updates/contrib/binary-all/Packages.gz
[  0%] Getting: dists/bookworm/updates/contrib/binary-all/Packages.gz... Ignoring missing Release file for dists/bookworm/updates/non-free/binary-amd64/Packages.gz
[  0%] Getting: dists/bookworm/updates/non-free/binary-amd64/Packages.gz... Ignoring missing Release file for dists/bookworm/updates/non-free/binary-all/Packages.gz
[  0%] Getting: dists/bookworm/updates/non-free/binary-all/Packages.gz... Errors:
 Ed binary missing, falling back to --diff=none
 Download of dists/bookworm/updates/Release failed: 404 Not Found
 Ignoring failed Release files
 Ignoring missing Release file for dists/bookworm/updates/main/binary-amd64/Packages.gz
 Download of dists/bookworm/updates/main/binary-amd64/Packages.gz failed: 404 Not Found
 Ignoring missing Release file for dists/bookworm/updates/main/binary-all/Packages.gz
 Download of dists/bookworm/updates/main/binary-all/Packages.gz failed: 404 Not Found
 Ignoring missing Release file for dists/bookworm/updates/contrib/binary-amd64/Packages.gz
 Download of dists/bookworm/updates/contrib/binary-amd64/Packages.gz failed: 404 Not Found
 Ignoring missing Release file for dists/bookworm/updates/contrib/binary-all/Packages.gz
 Download of dists/bookworm/updates/contrib/binary-all/Packages.gz failed: 404 Not Found
 Ignoring missing Release file for dists/bookworm/updates/non-free/binary-amd64/Packages.gz
 Download of dists/bookworm/updates/non-free/binary-amd64/Packages.gz failed: 404 Not Found
 Ignoring missing Release file for dists/bookworm/updates/non-free/binary-all/Packages.gz
 Download of dists/bookworm/updates/non-free/binary-all/Packages.gz failed: 404 Not Found

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật