]> git.proxmox.com Git - proxmox-backup.git/commit - src/api2/types/mod.rs
file-restore: Add 'v' (Virtual) ArchiveEntry type
authorStefan Reiter <s.reiter@proxmox.com>
Wed, 21 Apr 2021 13:18:08 +0000 (15:18 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 21 Apr 2021 15:19:40 +0000 (17:19 +0200)
commit4d0dc2995100bb3081f0f172b5e381ae2b1ff3e5
tree63ac2624cd94053c1bf7ae65dac0fc6f30c74e60
parent1011fb552bea0a2f24ae2ef1e988b93fa68b67c0
file-restore: Add 'v' (Virtual) ArchiveEntry type

For the actual partitions and blockdevices in a backup, which the
user sees like folders in the file-restore ui

Encoded as "None", to avoid cluttering DirEntryAttribute, where it
wouldn't make any sense to have.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/api2/helpers.rs
src/api2/types/mod.rs
src/bin/proxmox-file-restore.rs
src/bin/proxmox_restore_daemon/api.rs