]> arthur.barton.de Git - bup.git/commitdiff
dev/system-info: include df, mount, and git version
authorRob Browning <rlb@defaultvalue.org>
Mon, 6 Sep 2021 16:50:37 +0000 (11:50 -0500)
committerRob Browning <rlb@defaultvalue.org>
Thu, 9 Sep 2021 07:05:36 +0000 (02:05 -0500)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
dev/system-info

index 979f3442ea52196f43eea0f51143c2c9ea918382..cc2d3958ea1ea2cc29c4d0376415c7823eb8f27f 100755 (executable)
@@ -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