]> git.treefish.org Git - backmeupscotty.git/commitdiff
Only inform on too old latest backup.
authorAlexander Schmidt <alex@treefish.org>
Tue, 23 Sep 2014 20:54:14 +0000 (22:54 +0200)
committerAlexander Schmidt <alex@treefish.org>
Tue, 23 Sep 2014 20:54:14 +0000 (22:54 +0200)
backmeupscotty

index 35ec75498b6dc5c70960c13ef144726f3324df0a..c7652bbf4fedde63aaf0f9f0fda3a3e86a914b46 100644 (file)
@@ -181,7 +181,7 @@ function backmeupscotty {
     if isNthDay; then
        scottyinfo "This is the nth day."
     elif latestTooOld; then
-       scottyerror "The latest backup is too old."
+       scottyinfo "The latest backup is too old."
     else
        scottyinfo "No backup has to be done. Exiting."
        exit 0