From 21e7bae20598cdc5d9dc7c1126cdb708c9e2552c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 7 Mar 2024 11:51:30 +0300 Subject: [PATCH] copy verefictaion now should work... Signed-off-by: Alex A. Naanou --- Viewer/archive/media/img/my/work/sync-flash.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Viewer/archive/media/img/my/work/sync-flash.sh b/Viewer/archive/media/img/my/work/sync-flash.sh index 39746da6..9d7a459e 100755 --- a/Viewer/archive/media/img/my/work/sync-flash.sh +++ b/Viewer/archive/media/img/my/work/sync-flash.sh @@ -16,8 +16,10 @@ CPFLAGS=-Rpfv # override default... COPY=$RSYNC COPYFLAGS=$RSYNCFLAGS -VERIFY=$RSYNC -VERIFYFLAGS=-n $RSYNCFLAGS + +# NOTE: jdupes reports progress to stderr and output to stdout... +VERIFY=jdupes +VERIFYFLAGS="-r -u -I" COMPRESSOR=./compress-archive.sh @@ -325,6 +327,8 @@ if [[ $COMPRESS ]] ; then echo "Compressing archive: done." fi +# XXX add report... +# XXX echo "`basename "$0"`: done."