Has anybody achieved to create a trixie-security repository with POM?
debian main, update, pbs and pve work fine, debian security however just skips all the packages:
Code:
root@auto:~# proxmox-offline-mirror mirror snapshot create debian-trixie-security
Fetching Release/Release.gpg files
-> GET 'http://security.debian.org/debian-security/dists/trixie-security/Release.gpg'..
-> GET 'http://security.debian.org/debian-security/dists/trixie-security/Release'..
Verifying 'Release(.gpg)' signature using provided repository key..
Success
Parsing Release..
'Release' file has 372 referenced files..
Fetching InRelease file
-> GET 'http://security.debian.org/debian-security/dists/trixie-security/InRelease'..
Verifying 'InRelease' signature using provided repository key..
41758 bytes verified
Success
Parsing InRelease..
'InRelease' file has 372 referenced files..
Skipping non-free-firmware/debian-installer/binary-armel/Packages
Skipping contrib/debian-installer/binary-i386/Packages
Skipping non-free-firmware/binary-armhf/Release
Skipping main/debian-installer/binary-arm64/Packages
Skipping non-free/binary-armhf/Release
Skipping non-free-firmware/source/Sources
Skipping contrib/debian-installer/binary-s390x/Release
Skipping non-free-firmware/binary-all/Packages
.
.
.
Skipping main/Contents-udeb-i386.gz
Skipping non-free-firmware/Contents-udeb-arm64
Skipping non-free-firmware/debian-installer/binary-s390x/Packages
Skipping contrib/debian-installer/binary-riscv64/Packages.xz
Skipping contrib/debian-installer/binary-riscv64/Packages
Skipping non-free-firmware/debian-installer/binary-ppc64el/Packages
Skipping main/binary-i386/Packages.xz
Skipping contrib/Contents-armhf
Total indices count: 0
Total indices size: 0
Skipped 372 references
Total deb size: 0
Stats: 2 new files (86769b), re-used 0 existing files (0.00% re-used)..
Rotating temp. snapshot in-place: "2025-08-12T11:25:01Z.tmp" -> "2025-08-12T11:25:01Z"
root@auto:~#
/etc/proxmox-offline-mirror.cfg:
Code:
mirror: debian-bookworm-security
architectures amd64
architectures all
base-dir /var/lib/proxmox-offline-mirror/mirrors
ignore-errors false
key-path /usr/share/keyrings/debian-archive-bookworm-security-automatic.gpg
repository deb http://deb.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
skip-sections games
skip-sections debug
skip-sections graphics
skip-sections GNOME
skip-sections KDE
sync true
verify true
mirror: debian-trixie-security
architectures amd64
architectures all
base-dir /var/lib/proxmox-offline-mirror/mirrors
ignore-errors false
key-path /usr/share/keyrings/debian-archive-trixie-security-automatic.gpg
repository deb http://security.debian.org/debian-security trixie-security main contrib non-free non-free-firmware
skip-sections games
skip-sections debug
skip-sections graphics
skip-sections GNOME
skip-sections KDE
sync true
verify true
No matter if I chose deb.debian.org or security.debian.org, no matter if I skip nothing or what's stated in the config - no files are being downloaded.
I'd be super grateful to get any hints - thank you!