diff --git a/sysadmin/turrisos-backup.sh b/sysadmin/turrisos-backup.sh index b6c79ef..bbad497 100755 --- a/sysadmin/turrisos-backup.sh +++ b/sysadmin/turrisos-backup.sh @@ -24,6 +24,8 @@ then exit 1 fi +current_snapshots=$(/usr/bin/schnapps rlist) + read -r -d '' TEMPLATE << EOF From: Backup Robot To: einar@heavensinferno.net @@ -36,7 +38,7 @@ the schnapps backup has been created successfully on date ${DATE_PRETTY}. Currently-available snapshots: - +${current_snapshots} Note that snapshots older than 30 days are automatically deleted.