bit-team / backintime

Back In Time - An easy-to-use backup tool for GNU Linux using rsync in the back
https://backintime.readthedocs.io
GNU General Public License v2.0
1.9k stars 175 forks source link

feat: Warn if cron is not running #1761

Closed buhtz closed 1 week ago

buhtz commented 2 weeks ago

Warn if no Cron instance is running.

The running processes are grepped case-insensitive for the string cron. That would catch cronie, fcron and others. This will help on Arch-based system often installing cron but not enabling it.

The resulting warning dialog and log output looks like this: image

Modified TravisCI to use only the oldest supported Python version (3.8) because we run out of credits again. Also upgraded Ubuntu from Focal (20.04 LTS) to Jammy (22.04 LTS).

Fix a minor bug introduced by me with #1747.

Fix #1741 Fix #1765