#!/bin/bash # degrees in Celsius which we regard as too high THERMAL_ALERT=70 STORAGE_MONITOR=("/") # must declare associated array explicitly declare -A STORAGE_ALERT # storage in GiB STORAGE_ALERT=(["/"]=5) BACKUP_DIRECTORY="/home/ubuntu/data" # the directory with backups to cleanup PRUNE_DIRECTORY="/home/ubuntu/data" # what type of backups to cleanup (what to find) "*.zip" etc, or "