Daily report at 6 PM (or at a specified time)

  • Thread starter Thread starter jacktripper1000
  • Start date Start date
J

jacktripper1000

Guest
I have a small personal installation and I would like to get the daily report at a specified time. Currently I never get the report because I shutdown the server at 7 PM and report never runs.

Is there a way to specify a time when the report will execute? I didn't see this in web interface. Maybe from command line login?

Or should I hack the timezone so it thinks its 12:00 PM ? I wonder if that will mess up something else?

- Jack
 
You can directly edit the crontab file (although this will be overwritten when you update your system)

> vi /etc/cron.d/proxmox

- Dietmar