-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
/etc/systemd/system/raspiBackup.timer not being created correctly. Error in OnCalendar line. #801
Comments
A couple of days I got the same issue (see #800) and the issue was gone when the installer was upgraded. So I thought the user just had an old installer. But you wrote Would you please upgrade the installer as described in #800 and check if the issue is gone?
It's the comment of the default systemd timer template and every time update just updates the time and not the comment. But I see your point. I will remove the comment in the default template. |
As in #800, I did have to run Once complete, I ran it again without the
So, it did work correctly. Apparently, installing it using the command
doesn't pick up the latest version of the UI? That is the command I used for the "fresh install". |
I already tried to reproduce the issue when #800 was created but failed. I tried it again and again fail. I called The issue seems to be related to the steps you execute when you configure raspiBackup with the installer. I think you don't have to update the installer for fix the issue. It's sufficient to stop the installer and start it again. I installed raspiBackup and updated the time and day and everything was OK. I tried different config sequences and all the time the config file was OK. Would be great if you remember exactly the sequence of config steps you executed. |
Removed right now :-) |
Fresh installation of raspiBackup with custom date/time selected. Here is the
/etc/systemd/system/raspiBackup.timer
file created:There should be a space after the
OnCalendar=Tue
. With this error, raspiBackup will not run on schedule.The comment following the
OnCalendar
line is incorrect as well, not reflecting the custom date/time. This is, of course, just a visual thing and inconsequential.The text was updated successfully, but these errors were encountered: