Added Darrin to backup-status #1

Merged
haydn merged 1 commits from master into main 2026-01-31 15:15:49 +10:30
Showing only changes of commit a014d26138 - Show all commits

13
bash/backup-status Normal file → Executable file
View File

@@ -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