#!/usr/bin/env bash if ! kbackup --verbose --autobg /home/jas/ownCloud/documents/quickbackup.kbp; then echo "Error running kbackup" exit 1 fi