3 # compares the soapbox with the real archive to see if any older stuff might be
4 # left behind. if it's got a less than in front, then it's only on the soapbox drive
5 # now rather than the pc's hard drive.
7 source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
9 function compare_archives_with_target()
11 local target="$1"; shift
13 for currdir in $MAJOR_ARCHIVE_SOURCES; do
15 echo "comparing '$currdir' with target '$target', where 'less thans' are on the target..."
16 compare_dirs "$target/$(basename $currdir)" "$currdir"
20 #hmmm: generalize this one also.
22 compare_archives_with_target /media/fred/soapboxdrive