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...
|
||||
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."
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user