projects
/
backmeupscotty.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Only inform on too old latest backup.
[backmeupscotty.git]
/
backmeupscotty
diff --git
a/backmeupscotty
b/backmeupscotty
index 35ec75498b6dc5c70960c13ef144726f3324df0a..c7652bbf4fedde63aaf0f9f0fda3a3e86a914b46 100644
(file)
--- a/
backmeupscotty
+++ b/
backmeupscotty
@@
-181,7
+181,7
@@
function backmeupscotty {
if isNthDay; then
scottyinfo "This is the nth day."
elif latestTooOld; then
- scotty
error
"The latest backup is too old."
+ scotty
info
"The latest backup is too old."
else
scottyinfo "No backup has to be done. Exiting."
exit 0