X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=bpcdump;h=0563e13c99035693d33867f7c53511394ed8a2d3;hb=dce45a5fea97ac6a101c85c2f9a4ca0f4cb4d0dd;hp=254038a2a48ccbffd6fc358e546af1f08e7b3553;hpb=38952dc8c032aff8c7895fecd1faada765b991e8;p=ovzbpc.git diff --git a/bpcdump b/bpcdump index 254038a..0563e13 100755 --- a/bpcdump +++ b/bpcdump @@ -70,12 +70,12 @@ cleanup() [ -z "$msg" ] && msg=undef restartve if [ "$ret" = "0" ]; then - info "$(date)" + info "Backup completed on $(date)" info "cleanup message: $msg" info "exit $ret" touch "$EXTVEIDFS/good" else - error "$(date)" + error "Backup TERMINATED on $(date)" error "cleanup message: $msg" error "exit $ret" touch "$EXTVEIDFS/bad"