Backintime does not start

After a fresh install of EOS with Plasma, I installed Backintime from the AUR. When starting, the icon appears briefly and disappears. Back intime is not active according to the system monitor.

For the new installation I took over data from the backup. Attempting to delete the Backintime folders from ./config and ./local was unsuccessful.

can you start it from the command line and then post the output here?.

1 Like
which: no crontab in (/usr/local/sbin:/usr/local/bin:/usr/bin:/var/lib/flatpak/exports/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl)
which: no fcrontab in (/usr/local/sbin:/usr/local/bin:/usr/bin:/var/lib/flatpak/exports/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl)
CRITICAL: Command crontab and fcrontab not found.
Traceback (most recent call last):
  File "/usr/share/backintime/common/backintime.py", line 24, in <module>
    import config
  File "/usr/share/backintime/common/config.py", line 48, in <module>
    import schedule
  File "/usr/share/backintime/common/schedule.py", line 54, in <module>
    CRONTAB_COMMAND = _determine_crontab_command()
  File "/usr/share/backintime/common/schedule.py", line 51, in _determine_crontab_command
    raise RuntimeError(msg)
RuntimeError: Command crontab and fcrontab not found.


Have you enabled a cron service?

sudo systemctl enable --now cronie
Failed to enable unit: Unit cronie.service does not exist

You could try installing it manually and then starting it.

sudo pacman -Syu cronie
1 Like

Big thanks!

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.