Hi,
Create the REST seed commands and make a scheduled job to run them when you want. An example request, seeding levels 8-11 of the EPSG:2393 gridset is like this
curl -x cache.mmm.fi:800 -v -k -u username:password -XPOST -H “Content-type: application/json” -d “{‘seedRequest’:{‘name’:‘GWC_orthophotos’,‘bounds’:{‘coords’:{ ‘double’:[‘3100000.0’,‘6700000.0’,‘3200000.0’,‘6800000.0’]}},‘srs’:{‘number’:2393},‘zoomStart’:8,‘zoomStop’:11,‘format’:‘image/png’,‘type’:‘seed’,‘threadCount’:4}}}” “http://localhost:8080/geoserver/gwc/rest/seed/GWC_orthophotos.json”
-Jukka Rahkonen-