You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ journalctl --identifier backintime
2024-11-28T13:15:21+01:00 lamyer backintime[114324]: Main profile(1) ::
ERROR: Failed to get content via "crontab". Return code of ['crontab', '-l'] was 1.
$ `crontab -l`
#Back In Time system entry, this will be edited by the gui:
*/10 * * * * /usr/bin/nice -n19 /usr/bin/ionice -c2 -n7 /usr/bin/backintime backup-job >/dev/null
buhtz
changed the title
ERROR: Failed to get content via "crontab". Return code of ['crontab', '-l'] was 1
Failed to get content via "crontab". Return code of ['crontab', '-l'] was 1
Nov 28, 2024
Missing crontab files are not logged as errors anymore. It is a usual situation on fresh systems.
Additionally the warning about failing determination of language code is modified into a debug message.
Related #1952
Related #1956
Issue
The text was updated successfully, but these errors were encountered: