Hi,
One thing to note is that due to the switch to systemd, it's a lot
simpler to schedule recording processing differently by editing the
timer unit.
Just type "sudo systemctl edit bbb-record-core.timer", then in the text
editor that opens, paste something like the following:
[Timer]
OnActiveSec=
OnUnitInactiveSec=
OnCalendar=*-*-* 00:00:00
The two empty assignments clear the default timer, then the OnCalendar=
entry sets a timer to run at midnight (server local time) every night.
See the 'systemd.timer' and 'systemd.time' man pages for details of
what you can do with this.
Calvin.
--
Calvin Walton <
calvin...@kepstin.ca>