Skip to content
Snippets Groups Projects
Commit a24ba0fc authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update scan for results in transfer

parent 8dd671fe
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
# 2020-03-05 v1.2 <axel.hahn@iml.unibe.ch> switch to ph.* helper functions # 2020-03-05 v1.2 <axel.hahn@iml.unibe.ch> switch to ph.* helper functions
# 2020-04-04 v1.3 <axel.hahn@iml.unibe.ch> set status unknown if never executed # 2020-04-04 v1.3 <axel.hahn@iml.unibe.ch> set status unknown if never executed
# 2022-02-17 v1.4 <axel.hahn@iml.unibe.ch> no tmpfile; show more output to see backed up dirs # 2022-02-17 v1.4 <axel.hahn@iml.unibe.ch> no tmpfile; show more output to see backed up dirs
# 2022-03-07 v1.5 <axel.hahn@iml.unibe.ch> update scan for results in transfer
# ====================================================================== # ======================================================================
. $( dirname $0 )/inc_pluginfunctions . $( dirname $0 )/inc_pluginfunctions
...@@ -43,7 +44,7 @@ echo "--- localdump:" ...@@ -43,7 +44,7 @@ echo "--- localdump:"
echo "$result" | grep -v "STATUS" | cut -f 2- -d ":" | grep "\ backup\ \[" echo "$result" | grep -v "STATUS" | cut -f 2- -d ":" | grep "\ backup\ \["
echo echo
echo "--- transfer:" echo "--- transfer:"
echo "$result" | grep "DIR\ [A-Z]*\ /" echo "$result" | grep "__[A-Z][A-Z]*__\ "
ph.exit ph.exit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment