-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
backintime root crontab doesn't run (missinng line-feed 0x0A on last line bug) #781
Comments
Did you try without the cronie should log into syslog about starting and finishing jobs. Please search your syslog for infos about that job |
Here's the output:
It's working fine from the command line. |
Okay, it works fine on the shell. But
|
I am using Arch which is systemd based. Is there a syslog in that case? Since seeing that in systemctl status cronie I ran: |
So this seems to be a problem with cronie. Sorry, but I've no clue about systemd and cronie. Please ask in an Arch forum for help on getting cronie set up. |
ok will do. Thanks |
Here's the solution:
I found out by issuing the command cat /var/log/syslog | grep crontab Jul 2 08:16:01 shiva cron[1254]: (system) RELOAD (/etc/crontab) |
Oh, good catch. Thanks for debugging! |
Thank you for all the great work you do.
I have reinstalled Arch and cronie with backintime, enabled cronie and started the service from systemctl, status:
The root crontab:
If I try to run with a specific time to test (above last test @ 8:30am) the cron doesn't run.
Yet, if I copy paste the command to the root command line, it does run.
I have no issue with backintime -- has always run like a Swiss Watch.
What am I missing? Any help would be appreciated.
Kindest Regards,
Dietrich
P.S. I am running Antergos (Arch Linux) rolling release
The text was updated successfully, but these errors were encountered: