]> arthur.barton.de Git - backup-script.git/commitdiff
backup-status: Clarify warning message
authorAlexander Barton <alex@barton.de>
Thu, 24 Jul 2014 09:19:15 +0000 (11:19 +0200)
committerAlexander Barton <alex@barton.de>
Thu, 24 Jul 2014 09:19:15 +0000 (11:19 +0200)
bin/backup-status

index a5ea7c171c56c92a5ac977feb98c98659d973e6b..e68884b99c83a2de039b4584636555b9a33a2892 100755 (executable)
@@ -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
 }