[PATCH 06/14] dev/system-info: include df, mount, and git version

0 views
Skip to first unread message

Rob Browning

unread,
Sep 11, 2021, 5:35:12 PM9/11/21
to bup-...@googlegroups.com
Signed-off-by: Rob Browning <r...@defaultvalue.org>
---
dev/system-info | 9 +++++++++
1 file changed, 9 insertions(+)

diff --git a/dev/system-info b/dev/system-info
index 979f3442..cc2d3958 100755
--- a/dev/system-info
+++ b/dev/system-info
@@ -14,8 +14,17 @@ case "$OSTYPE" in
;;
esac

+set -x
+
+git --version
rsync --version

# Older versions of par2 don't support -V, but it'll still show the
# version when it fails.
if command -v par2; then par2 -V || true; fi
+
+df -h
+mount
+
+id
+pwd
--
2.30.2

Reply all
Reply to author
Forward
0 new messages