]> git.proxmox.com Git - proxmox-backup.git/commit
pxar: add command 'mount' to cli of pxar
authorChristian Ebner <c.ebner@proxmox.com>
Thu, 8 Aug 2019 10:49:20 +0000 (12:49 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 9 Aug 2019 14:46:16 +0000 (16:46 +0200)
commitf71e8cc96f683782ae02bb7c0abdd06146a26305
tree10ec1ad5fc67b2f050e29fae1b860d7dae546e19
parent02ba8a5d11376fccf9e8fe47d21486d38d3527c0
pxar: add command 'mount' to cli of pxar

Allows to mount an archive to a specified mountpoint via the cli.
Once the archive is mounted, the process is send to the background.
By passing the --verbose flag, the process is kept in foreground and
debug output is provided.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
src/bin/pxar.rs