proxmox-backup/src
Mira Limbeck c100fe9108 add versions command to proxmox-backup-manager
Add the versions command to proxmox-backup-manager with a similar output
to pveversion [-v]. It prints the packages line by line with only the
package name, followed by the version and, for proxmox-backup and
proxmox-backup-server, some additional information (running kernel,
running version).

In addition it supports the optional output-format parameter which can
be used to print the complete data in either json, json-pretty or text
format. If output-format is specified, the --verbose parameter is
ignored and the detailed list of packages is printed.

With the addition of the versions command, the report is extended as
well.

Signed-off-by: Mira Limbeck <m.limbeck@proxmox.com>
2020-11-11 18:30:33 +01:00
..
api2 api: versions: add version also in server package unknown case 2020-11-11 18:30:33 +01:00
backup verify: cleanup logging order/messages 2020-11-10 14:11:36 +01:00
bin add versions command to proxmox-backup-manager 2020-11-11 18:30:33 +01:00
client fix bug #3060: continue sync if we cannot aquire the group lock 2020-11-10 11:29:36 +01:00
config remote.cfg: rename userid to 'auth-id' 2020-11-10 13:25:24 +01:00
pxar pxar: log when skipping mount points 2020-11-09 12:43:16 +01:00
rrd clippy fixups 2020-10-14 11:20:07 +02:00
server add versions command to proxmox-backup-manager 2020-11-11 18:30:33 +01:00
tools add extra_info field to APTUpdateInfo 2020-11-11 16:39:11 +01:00
api2.rs api: add world accessible ping dummy endpoint 2020-10-24 19:12:14 +02:00
auth_helpers.rs avoid chrono dependency, depend on proxmox 0.3.8 2020-09-15 07:12:57 +02:00
auth.rs clippy fixups 2020-10-14 11:20:07 +02:00
backup.rs rustdoc: overhaul backup rustdoc and add locking table 2020-10-16 09:38:01 +02:00
buildcfg.rs api: factor out auth logger and use for all API authentication failures 2020-11-04 17:26:34 +01:00
client.rs switch to external pxar and fuse crates 2020-06-08 13:56:58 +02:00
config.rs config: add token.shadow file 2020-10-29 15:11:39 +01:00
lib.rs rustdoc: add crate level doc 2020-10-16 09:37:50 +02:00
server.rs report: add api endpoint and function to generate report 2020-11-03 15:16:42 +01:00
task.rs introduce TaskState trait 2020-10-12 14:11:57 +02:00
tools.rs api/tools: split out apt helpers from api to own module 2020-10-31 21:31:36 +01:00