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