File: mergeall-android-scripts/_macos-diffall-plug-data.sh

#!/usr/bin/bash
# File: _macos-diffall-plug-data.sh
#--------------------------------------------------------
# Run diffall on Mac OS to report differences between 
# your USB and SD drives.  From/to order doesn't matter 
# here, and this does a full byte-for-byte comparison.
# Edit paths here for your drive and folder names, and
# redirect logfile output manually on the command line.
# See _README.html for all general usage instructions.
#--------------------------------------------------------

python Mergeall-source/diffall.py \
    /Volumes/EXT256-1/Android/data/com.termux/MY-STUFF \
    /Volumes/MSD256-3/Android/data/com.termux/MY-STUFF \
    -skipcruft



[Home page] Books Code Blog Python Author Train Find ©M.Lutz