mirror of
https://github.com/deajan/obackup.git
synced 2026-02-05 22:55:14 +01:00
Added debug log
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user