Corin's backup scripts
This commit is contained in:
10
bash/backup-status
Normal file
10
bash/backup-status
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user