i=Nathan
Increase a set of files to choose from.
ERROR=
-SRC=/etc
+SRC="/etc /bin"
[ "$COUNT" ] || COUNT=1000
[ "$MCREATE" ] || MCREATE=mcreate
# ok, that hopefully worked, so let's do a little more, with files that
# haven't changed in the last day (hopefully they don't change during test)
-FILES=`find $SRC -type f -mtime +1 -ctime +1 | head -n $COUNT`
+FILES=`find $SRC -type f -mtime +1 | head -n $COUNT`
[ -z "$FILES" ] && fail "No unchanged files - is $SRC a new dir?"
log "copying files from $SRC to $DST$SRC at `date`"