From: Martin Pitt Date: Thu, 24 Mar 2011 08:33:43 +0000 (+0100) Subject: backup: notify about start/end X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=0e7de27cf7639ed1a883d12dc3829097763b8def backup: notify about start/end --- diff --git a/backup b/backup index 0f16d58..0c1fe41 100755 --- a/backup +++ b/backup @@ -41,4 +41,6 @@ get_age weekly.0 # call rsnapshot echo mode: $mode +notify-send "$mode backup started" || : rsnapshot -c ~/.rsnapshotrc $mode +notify-send "$mode backup finished" || :