#!/bin/sh # # Take the system down for backups and then bring it back up. set -e cd /etc/backup host="`hostname`" || true T () { ( exec wall <