esac
done
+ if (! ssh $REMOTE_HOST exit); then
+ scottyerror "Could not establish SSH connection to $REMOTE_HOST!"
+ exit 1
+ fi
+
if isNthDay; then
scottyinfo "This is the nth day."
elif latestTooOld; then
- scottyerror "The latest backup is too old."
+ scottyinfo "The latest backup is too old."
else
scottyinfo "No backup has to be done. Exiting."
exit 0