X-Git-Url: http://git.scottworley.com/picsort/blobdiff_plain/967baf160b2b4f524bfda776149302680c75ffdd..f5b65ffb443e01733be30d109122b9188d3d04fa:/pics-preprocess diff --git a/pics-preprocess b/pics-preprocess index 55b2717..9d0b42f 100755 --- a/pics-preprocess +++ b/pics-preprocess @@ -4,11 +4,18 @@ # This makes many variants of each .NEF file at different exposure levels # and makes reduced-size versions for faster browsing. +MINFREESPACE=$((10 * 1024 * 1024)) # 10GiB in KiB + SMALLHEIGHT=700 renice -n 19 $$ +ionice -c 3 -p $$ for f;do + if (( "$(df -k . | awk 'NR == 2 { print $4 }')" < $MINFREESPACE ));then + echo "Out of disk space" + break + fi if [[ "$f" == *.NEF ]];then for level in {10..30};do mkdir -p {,sm/}"$level"