projects
/
matthijs
/
upstream
/
backupninja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a37e9cc
)
fixed when bug for real this time.
backupninja-0.7
author
Elijah Saxon
<elijah@riseup.net>
Wed, 27 Jul 2005 17:30:56 +0000
(17:30 +0000)
committer
Elijah Saxon
<elijah@riseup.net>
Wed, 27 Jul 2005 17:30:56 +0000
(17:30 +0000)
backupninja
patch
|
blob
|
history
diff --git
a/backupninja
b/backupninja
index aba997e50a4de87e44f17728cbc19a051eaf6305..7bd35416788b126caad90d1552315c2ba5c44141 100755
(executable)
--- a/
backupninja
+++ b/
backupninja
@@
-279,8
+279,10
@@
function process_action() {
getconf when "$defaultwhen"
if [ "$processnow" == 1 ]; then
info ">>>> starting action $file (because of --now)"
+ run="yes"
elif [ "$when" == "hourly" ]; then
info ">>>> starting action $file (because 'when = hourly')"
+ run="yes"
else
IFS=$'\t\n'
for w in $when; do
@@
-297,6
+299,7
@@
function process_action() {
done
IFS=$' \t\n'
fi
+ debug $run
[ "$run" == "no" ] && return
let "actions_run += 1"