START=`date +%s --date="01 sep 2005 00:00:00"`
END=`date +%s --date="30 sep 2005 23:59:59"`
/hobbit/server/bin/bbcmd --env=/hobbit/server/etc/hobbitserver.cfg \
bbgen --reportopts==$START:$END:1:all \
--subpagecolumns=2 \
--pages-last \
--pagetext-headings \
/hobbit/server/www/reports-test/
The report is built from august, 9 to october, 25.
This one was tricky ... I cut-and-pasted your commands and had the same
error, which puzzled me for a bit.
If you look closely at the "--reportopts", you'll notice a double
equal-sign. That's what is causing the problem.