#!/bin/bash source ./backup-vars.sh; if ./backup-is-restore-needed.sh; then ./backup-restore.sh fi