mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-16 16:21:40 +00:00
copy verefictaion now should work...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ebbc553576
commit
21e7bae205
@ -16,8 +16,10 @@ CPFLAGS=-Rpfv
|
|||||||
# override default...
|
# override default...
|
||||||
COPY=$RSYNC
|
COPY=$RSYNC
|
||||||
COPYFLAGS=$RSYNCFLAGS
|
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
|
COMPRESSOR=./compress-archive.sh
|
||||||
@ -325,6 +327,8 @@ if [[ $COMPRESS ]] ; then
|
|||||||
echo "Compressing archive: done."
|
echo "Compressing archive: done."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# XXX add report...
|
||||||
|
# XXX
|
||||||
|
|
||||||
echo "`basename "$0"`: done."
|
echo "`basename "$0"`: done."
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user