On 2/16/20 12:16 PM, Zorro Lang wrote: > +echo "1. set project quota timer" > +setquota -t -P $((10 * MIN)) $((20 * MIN)) $SCRATCH_MNT > +repquota -ugP $SCRATCH_MNT | grep "Report\|^Block" | _filter_scratch > +echo FWIW, one thing I notice is that older repquota does not support the "-P" (project) argument. Might need to check for that and _notrun, or something. -Eric