From a014d26138bd5dbc6eff136274699ed73ce83eac Mon Sep 17 00:00:00 2001 From: haydn Date: Mon, 26 Jan 2026 17:35:28 +1030 Subject: [PATCH] Added Darrin to backup-status --- bash/backup-status | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) mode change 100644 => 100755 bash/backup-status diff --git a/bash/backup-status b/bash/backup-status old mode 100644 new mode 100755 index 60e94e2..6d6912c --- a/bash/backup-status +++ b/bash/backup-status @@ -1,10 +1,15 @@ #!/bin/bash - + # /usr/local/bin/ # backup-status by htrigg # # Displays the mounted media disks and the backup directories - -tput setaf 2;df -h | awk '$6 ~ "media"' -tput sgr0;ls -ltr --color=auto /media/corin/BACKUP +# +# v2.0 released 26/01/2026 to add Darrin + +tput setaf 2;df -h | awk '$6 ~ "media"' +tput setaf 3;echo "=== Corin ===" +tput sgr0;ls -ltr --color=auto /media/corin/BACKUP +tput setaf 3;echo "=== Darrin ===" +tput sgr0;ls -ltr --color=auto /media/darrin/BACKUP -- 2.49.1