76425d84b3
For now it only supports 'list' and 'extract' commands for 'pxar.didx' files. This should be the foundation for a general file-restore interface that is shared with block-level snapshots. This is packaged as a seperate .deb file, since for block level restore it will need to depend on pve-qemu-kvm, which we want to seperate from proxmox-backup-client. [original code for proxmox-file-restore.rs] Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> [code cleanups/clippy, use helpers::list_dir_content/ArchiveEntry, no /block subdir for .fidx files, seperate binary and package] Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
55 lines
1.8 KiB
Plaintext
55 lines
1.8 KiB
Plaintext
Package: proxmox-backup-server
|
|
Architecture: any
|
|
Depends: fonts-font-awesome,
|
|
libjs-extjs (>= 6.0.1),
|
|
libjs-qrcodejs (>= 1.20201119),
|
|
libsgutils2-2,
|
|
libzstd1 (>= 1.3.8),
|
|
lvm2,
|
|
openssh-server,
|
|
pbs-i18n,
|
|
postfix | mail-transport-agent,
|
|
proxmox-backup-docs,
|
|
proxmox-mini-journalreader,
|
|
proxmox-widget-toolkit (>= 2.3-6),
|
|
pve-xtermjs (>= 4.7.0-1),
|
|
sg3-utils,
|
|
smartmontools,
|
|
${misc:Depends},
|
|
${shlibs:Depends},
|
|
Recommends: zfsutils-linux,
|
|
ifupdown2,
|
|
Description: Proxmox Backup Server daemon with tools and GUI
|
|
This package contains the Proxmox Backup Server daemons and related
|
|
tools. This includes a web-based graphical user interface.
|
|
|
|
Package: proxmox-backup-client
|
|
Architecture: any
|
|
Depends: qrencode,
|
|
${misc:Depends},
|
|
${shlibs:Depends},
|
|
Description: Proxmox Backup Client tools
|
|
This package contains the Proxmox Backup client, which provides a
|
|
simple command line tool to create and restore backups.
|
|
|
|
Package: proxmox-backup-docs
|
|
Build-Profiles: <!nodoc>
|
|
Section: doc
|
|
Depends: libjs-extjs,
|
|
libjs-mathjax,
|
|
${misc:Depends},
|
|
Architecture: all
|
|
Description: Proxmox Backup Documentation
|
|
This package contains the Proxmox Backup Documentation files.
|
|
|
|
Package: proxmox-file-restore
|
|
Architecture: any
|
|
Depends: ${misc:Depends},
|
|
${shlibs:Depends},
|
|
proxmox-backup-restore-image,
|
|
Recommends: pve-qemu-kvm (>= 5.0.0-9),
|
|
Description: PBS single file restore for pxar and block device backups
|
|
This package contains the Proxmox Backup single file restore client for
|
|
restoring individual files and folders from both host/container and VM/block
|
|
device backups. It includes a block device restore driver using QEMU.
|