mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-10 04:42:31 +01:00
set BACKUPNINJA_DEBUG when invoked with -d (Closes: #537266)
This commit is contained in:
parent
4e0519e390
commit
0fbd8744f5
@ -9,6 +9,7 @@ version 0.9.7 -- UNRELEASED
|
||||
"info" are included in the report e-mail (closes #563734)
|
||||
. reportspace: skip non-directories and places that don't exist on the
|
||||
local filesystem (Closes: #536049)
|
||||
. set BACKUPNINJA_DEBUG when invoked with -d (Closes: #537266)
|
||||
lib changes
|
||||
easydialog:
|
||||
. Allow form fields input to grow up to 100 chars (Closes: #562249)
|
||||
|
@ -381,7 +381,7 @@ loglevel=3
|
||||
while [ $# -ge 1 ]; do
|
||||
case $1 in
|
||||
-h|--help) usage;;
|
||||
-d|--debug) debug=1;;
|
||||
-d|--debug) debug=1; export BACKUPNINJA_DEBUG=yes;;
|
||||
-t|--test) test=1;debug=1;;
|
||||
-n|--now) processnow=1;;
|
||||
-f|--conffile)
|
||||
|
Loading…
Reference in New Issue
Block a user