resticprofile
resticprofile copied to clipboard
Error when unscheduling jobs
How do I troubleshoot this one?
sudo resticprofile unschedule --all
2025/06/07 19:19:47 using configuration file: /etc/resticprofile/profiles.yaml
2025/06/07 19:19:47 cannot list user units: error running command: exit status 1
Failed to list units: Transport endpoint is not connected
Removed "/etc/systemd/system/timers.target.wants/[email protected]".
2025/06/07 19:19:47 scheduled job default/backup removed
Removed "/etc/systemd/system/timers.target.wants/[email protected]".
2025/06/07 19:19:47 scheduled job default/check removed
Turns out its when running as sudo only:
resticprofile unschedule
2025/06/07 19:21:12 using configuration file: /etc/resticprofile/profiles.yaml
2025/06/07 19:21:12 no scheduled jobs found
Sorry for the late reply
- which OS are you using? if Linux, which distribution?
- can you retry with the
-vflag to display more information on each command?
Sorry for the late reply
- which OS are you using? if Linux, which distribution?
- can you retry with the
-vflag to display more information on each command?
Debian 12. I'll retry with -v later today.