I have created a cron job for exporting the orders table and have set it up in my cpanel. It looks like this.
/web/cgi-bin/php5 -f "$HOME/html/admin/admin_export_cron.php -l XXXXXXXX -p XXXXXXX"
The cron runs but produces an error "No input file specified."
In viart I have the generate by cron checked and the file path masks
/home/content/76/9280676/html/cron/{YYYY}{MM}{DD}{HH}tracking.csv
Which I assume will put the file in the cron folder I created with permission 777.