home · contact · privacy
Fix.
authorChristian Heller <c.heller@plomlompom.de>
Fri, 4 Apr 2025 13:13:21 +0000 (15:13 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Fri, 4 Apr 2025 13:13:21 +0000 (15:13 +0200)
testing/home/desktop/.local/bin/borgplom

index 76d756c9e8f127f9621741683211104e29f5ce1b..fb0c8333918a50740c02fcd6120b164056167e0e 100755 (executable)
@@ -101,6 +101,16 @@ CMDFNC_help() {
     print_usage
 }
 
+USAGE_ARGS_info='SERVER_NAME [ARCHIVE]'
+CMDFNC_info() {
+    _check_args_n 1 "$@"
+    _TARGET="$(location_to_servername ${1})"
+    if [ ! -z "$2" ]; then
+        _TARGET="${_TARGET}::$2}"
+    fi
+    borg info "${_TARGET}"
+}
+
 USAGE_DESC_keys='list known repos in ID, key filename, and alleged location'
 CMDFNC_keys() {
     _check_args_n 0 "$@"