Fred

Results 201 comments of Fred

As it is a very specific use case, I think I'm going to introduce a new global `prevent-sleep` flag. It will be using caffeinate on macOS, some kernel32 API on...

It is a good idea indeed, but as I was looking around at how to get this information, it looks like it's almost impossible to detect. Most OS don't advertise...

Fixed in v0.18.0 (https://github.com/creativeprojects/resticprofile/releases/tag/v0.18.0)

This is one way of doing it, while keeping the `groups` section the way it is, which is fine. Also, I have been thinking about the groups configuration for a...

> By default a timer called `[email protected]` or `baz.timer` will activate `[email protected]` or `baz.service` respectively. You define it explicitly with `Unit=` which is not necessary unless you activate a service...

The additional flags specific to a schedule are in the config file indeed, starting with `schedule-` so yes, it is technically possible just to put one flag on the command...

Cool 👍🏻 You know, that exactly how I started with Go. And now it's my favourite programming language 😄

Yes I suppose I can add `rclone` in the future images, that makes sense 😛

Now available in v0.18.0 (https://github.com/creativeprojects/resticprofile/releases/tag/v0.18.0)

That's right, for now goreleaser only makes the amd64 version. I'll update the configuration to also build and push an arm64 version