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."