X-Git-Url: http://git.hcoop.net/clinton/scripts.git/blobdiff_plain/614d68fab0b6e8c4d58781144fa2a2c871fafaeb..3c4375e5bf35bcd0d5b21c37c060ec8f3b1e19f0:/hcoop-backup-wrapper diff --git a/hcoop-backup-wrapper b/hcoop-backup-wrapper index 8350dfa..42f7205 100755 --- a/hcoop-backup-wrapper +++ b/hcoop-backup-wrapper @@ -3,10 +3,12 @@ exec >& /var/log/backup-to-rsync-wrapper-log touch /xyz/zys # generate an error message +#exit 1 # temporary until disk space issues are solved + fs checkvol LOG=/var/log/backup-to-rsync-log rm -f $LOG echo "groups before k5start" > $LOG groups >> $LOG exec k5start -f /etc/keytabs/hcoop hcoop@HCOOP.NET -t \ - $(dirname $0)/hcoop-backup + $(dirname $0)/hcoop-backup >& $LOG