Corin's backup scripts

This commit is contained in:
2025-03-10 19:28:44 +10:30
parent 41d987cae6
commit 78286622a8
4 changed files with 76 additions and 0 deletions

10
bash/backup-status Normal file
View File

@@ -0,0 +1,10 @@
#!/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