mirror of
https://git.proxmox.com/git/proxmox-backup-restore-image
synced 2025-08-15 13:49:52 +00:00
51 lines
1.6 KiB
Plaintext
51 lines
1.6 KiB
Plaintext
Source: proxmox-backup-restore-image
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
|
Build-Depends: apt-rdepends,
|
|
asciidoc-base,
|
|
automake,
|
|
bc,
|
|
bison,
|
|
cargo,
|
|
cpio,
|
|
debhelper-compat (= 13),
|
|
dh-cargo,
|
|
dh-python,
|
|
flex,
|
|
gcc (>= 8.3.0-6),
|
|
git,
|
|
libblkid-dev,
|
|
libdw-dev,
|
|
libelf-dev,
|
|
librust-anyhow-1+default-dev,
|
|
librust-nix-0.26+default-dev,
|
|
libssl-dev,
|
|
libtool,
|
|
lintian,
|
|
perl,
|
|
python3,
|
|
rustc,
|
|
sphinx-common,
|
|
uuid-dev,
|
|
xmlto,
|
|
zlib1g-dev,
|
|
Standards-Version: 4.5.1
|
|
Homepage: https://www.proxmox.com
|
|
|
|
Package: proxmox-backup-restore-image
|
|
Architecture: amd64
|
|
Recommends: proxmox-backup-file-restore,
|
|
Depends: ${misc:Depends},
|
|
Description: Kernel/initramfs images for Proxmox Backup single-file restore.
|
|
Preconfigured images used as base for single file restore of Proxmox Backup
|
|
Server snapshots. Not really useful on their own, so best used together with
|
|
the proxmox-backup-file-restore package, which provide the actual tools.
|
|
|
|
Package: proxmox-backup-restore-image-debug
|
|
Architecture: amd64
|
|
Depends: proxmox-backup-restore-image, ${misc:Depends},
|
|
Description: Debug initramfs image for Proxmox Backup single-file restore.
|
|
Not required for production use, only useful for manual inspection of file
|
|
restore VMs. Includes busybox and gdb.
|