I’ve been using restic via resticprofile for months however after a recent laptop swap and OS reinstall I can no longer schedule backups, I have the following versions:
restic 0.18.0 compiled with go1.24.1 on linux/amd64
resticprofile version 0.30.0 commit aab1a70d8db21f041299ad9a8d5b69ee98f3b4ae
The error is clear
me@laptop:~/bin$ ./resticprofile -n nas schedule
2025/04/16 06:31:25 using configuration file: profiles.toml
2025/04/16 06:31:25 error creating job nas/backup: user is not allowed to create a system job: please restart resticprofile as root (with sudo)
But my problem is that the profile.toml
file is unchanged from when it worked and specifies user
permissions. Manual backups work fine.
[nas.backup]
inherit = "default"
tag = [ "NAS" ]
schedule = "*:05,25,45"
schedule-permission = "user"
Any suggestions for how to troubleshoot?