From 52659a49375fc90b06aff2b7fee26c99407610fa Mon Sep 17 00:00:00 2001 From: rhatto Date: Wed, 20 Sep 2006 02:31:24 +0000 Subject: backupninja: no, this is hopefully the last backupninja commit of the day :PP git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@247 370017ae-e619-0410-ac65-c121f96126d4 --- backupninja/backupninja.SlackBuild | 2 +- backupninja/rub | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'backupninja') diff --git a/backupninja/backupninja.SlackBuild b/backupninja/backupninja.SlackBuild index d495e214..b06b044e 100755 --- a/backupninja/backupninja.SlackBuild +++ b/backupninja/backupninja.SlackBuild @@ -18,7 +18,7 @@ fi PACKAGE="backupninja" ARCH="noarch" VERSION=${VERSION:=0.9.3} -BUILD=${BUILD:=24rha} +BUILD=${BUILD:=25rha} SRC_DIR=${SRC:=$CWD} TMP=${TMP:=/tmp} REPOS=${REPOS:=$TMP} diff --git a/backupninja/rub b/backupninja/rub index 7f215591..09a757f0 100644 --- a/backupninja/rub +++ b/backupninja/rub @@ -141,12 +141,18 @@ for SECTION in $include; do if [ "$from" == "local" ]; then $rsync $EXCLUDES /$SECTION/ $backupdir/$SECTION/$section.0/ >> $log + if [ "$?" != "0" ]; + error "Rsync error when trying to transfer $SECTION" + fi elif [ "$from" == "remote" ]; then if [ -z "$user" ] || [ -z "$host" ]; then error "Config file error: either user or host was not specified" exit 1 else $rsync $EXCLUDES -e "$ssh" $user@$host:/$SECTION/ $backupdir/$SECTION/$section.0 >> $log + if [ "$?" != "0' ]; + error "Rsync error when trying to transfer $SECTION" + fi fi else error "Invalid source $from" -- cgit v1.2.3