From: Alexander Barton Date: Thu, 24 Jul 2014 09:19:15 +0000 (+0200) Subject: backup-status: Clarify warning message X-Git-Url: https://arthur.barton.de/gitweb/?a=commitdiff_plain;h=eabc7a25ebdcdbb7b8ac89e33a5ce420517cc0d6;hp=54a777ece86366ced8f4e4e5e88d0068d12d58a4;p=backup-script.git backup-status: Clarify warning message --- diff --git a/bin/backup-status b/bin/backup-status index a5ea7c1..e68884b 100755 --- a/bin/backup-status +++ b/bin/backup-status @@ -1,7 +1,7 @@ #!/bin/bash # # backup-script system for cloning systems using rsync -# Copyright (c)2008-2013 Alexander Barton, alex@barton.de +# Copyright (c)2008-2014 Alexander Barton, alex@barton.de # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -50,7 +50,7 @@ Check_Stamp() { esac [ -n "$code" ] && echo "$2 - Result code: $code$txt" else - echo "$2 - No timestamp recorded!? Backup aborted?" + echo "$2 - No timestamp recorded! Backup currently running or aborted?" fi }