]> git.proxmox.com Git - proxmox-offline-mirror.git/commit
mirror: add exclusion of packages/sections
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 18 Oct 2022 09:20:37 +0000 (11:20 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 19 Oct 2022 14:25:25 +0000 (16:25 +0200)
commite79308e626958ba24be7e3858f610139983e81ec
treefe89d5cef760bba5a614649c4b7d82f934ac15de
parent05800963b1c5f645db82e9ada3546c9a565274f0
mirror: add exclusion of packages/sections

to keep the size of mirror snapshots down by excluding unnecessary files
(e.g., games data, browsers, debug packages, ..).

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Cargo.toml
debian/control
src/bin/proxmox-offline-mirror.rs
src/bin/proxmox_offline_mirror_cmds/config.rs
src/config.rs
src/mirror.rs