mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-05-03 16:00:47 +00:00
report: add date -R
to general system info section
Sometimes it can be quite useful to know when exactly a system report was generated. Adds the following output: # date -R Thu, 23 Feb 2023 16:21:12 +0100 Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
This commit is contained in:
parent
9273dc188f
commit
a1a9fdd8b8
@ -21,6 +21,7 @@ fn files() -> Vec<&'static str> {
|
|||||||
fn commands() -> Vec<(&'static str, Vec<&'static str>)> {
|
fn commands() -> Vec<(&'static str, Vec<&'static str>)> {
|
||||||
vec![
|
vec![
|
||||||
// ("<command>", vec![<arg [, arg]>])
|
// ("<command>", vec![<arg [, arg]>])
|
||||||
|
("date", vec!["-R"]),
|
||||||
("proxmox-backup-manager", vec!["versions", "--verbose"]),
|
("proxmox-backup-manager", vec!["versions", "--verbose"]),
|
||||||
("proxmox-backup-manager", vec!["subscription", "get"]),
|
("proxmox-backup-manager", vec!["subscription", "get"]),
|
||||||
("df", vec!["-h"]),
|
("df", vec!["-h"]),
|
||||||
|
Loading…
Reference in New Issue
Block a user