Fred

Results 201 comments of Fred

> Yes, I started it manually but didn't get the popup. It worked for me 😐 I'm not sure what to do to force it 🤔

Hey I wouldn't want to make it the default when using `user_logger_on`, but we can add an option to activate it: something like `schedule-hidden: true` would work.

Sorry for the late reply - which OS are you using? if Linux, which distribution? - can you retry with the `-v` flag to display more information on each command?

Are you using inheritance? or maybe set `initialize` in the global section? It looks like a bug, I'll look into it 😢

Hey! You are right, this documentation is incomplete 😢 It's because I'm using `goreleaser` to build the docker images 🙄 you can see the commands running before building the image...

In which case, to get all these files available, I'd probably recommend this: ``` curl https://zyedidia.github.io/eget.sh | sh ./eget rclone/rclone --upgrade-only --system=linux/amd64 --to=build/rclone-amd64 --asset=zip ./eget rclone/rclone --upgrade-only --system=linux/arm64 --to=build/rclone-arm64 --asset=zip...

TBH the user permission based image is experimental; that's why it's not available pre-built. More work is needed but there's other more urgent things to do in the meantime 😢

Thanks for the bug report, Yes it is supposed to work, but this feature is obviously not fully working 🤔

That would be a nice to have; but it also introduces a breaking change for existing configs 🤔

I do run resticprofile (and restic) as root when I need to. By that I mean manually via sudo, and also as a systemd schedule. Now, technically, there are ways...