-
Notifications
You must be signed in to change notification settings - Fork 26
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
Change backup Frequency in config-panel is not applied #119
Comments
Just to add my +1
After:
|
+1 I just had this same issue, adding daemon-reload and restart borg.timer worked for me. Can we adjust it on the package somewhere? |
daemon-reload seems enough (from my tests, restart timer is not required is not required). |
JocelynDelalande
added a commit
to JocelynDelalande/borg_ynh
that referenced
this issue
Oct 28, 2024
Option was honored at install-time but not at config-panel-time
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When change of the backup Frequency (OnCalendar) in config-panel, the change is not applied to system.
Context
Steps to reproduce
And If you launch the command
systemctl stop borg.timer
on server, you have this message :Warning: The unit file, source configuration file or drop-ins of borg.timer changed on disk. Run 'systemctl daemon-reload' to reload units.
Expected behavior
When change in config-panel is saved, we expect than the change was applied.
Yunohost should probably run the command (or equivalent) :
systemctl daemon-reload
The text was updated successfully, but these errors were encountered: