mirror of
https://github.com/deajan/obackup.git
synced 2025-01-12 15:13:53 +01:00
Added debug log
This commit is contained in:
parent
bc3e3e9e66
commit
89c74723bd
@ -604,6 +604,7 @@ include #### DEBUG SUBSET ####
|
|||||||
include #### TrapError SUBSET ####
|
include #### TrapError SUBSET ####
|
||||||
|
|
||||||
cmd="du -cs $dirList | tail -n1 | cut -f1"
|
cmd="du -cs $dirList | tail -n1 | cut -f1"
|
||||||
|
RemoteLogger "cmd: $cmd" "DEBUG"
|
||||||
eval "$cmd"
|
eval "$cmd"
|
||||||
ENDSSH
|
ENDSSH
|
||||||
# $cmd will return 0 even if some errors found, so we need to check if there is an error output
|
# $cmd will return 0 even if some errors found, so we need to check if there is an error output
|
||||||
|
Loading…
Reference in New Issue
Block a user