> That's true if you need to clean up temporary files every night or make a backup.
Making a backup is usually reserved for the quietest hours of the morning, so that it does not compete as much for resources with the normal operation of the system; in my experience, the quietest hour is usually around 4:00 local time.
Well assuming that the gates don't move timezones. But obviously jobs that need to run for a given timezone should be configured to run in that timezone.
roryirvine|1 year ago
If you must run it as root, you can specify a CRON_TZ variable on a per-file basis, which will override the default.
cesarb|1 year ago
Making a backup is usually reserved for the quietest hours of the morning, so that it does not compete as much for resources with the normal operation of the system; in my experience, the quietest hour is usually around 4:00 local time.
tankenmate|1 year ago
cube00|1 year ago