Fred

Results 239 comments of Fred

As it turns out, it totally works! I have no idea what I've done wrong when I tried before 🤷🏻 You don't need to give the special permission or run...

Hey! Actually you can already do that with a feature waiting to be released: https://github.com/creativeprojects/resticprofile/pull/323 Would that work for you? You can try to compile resticprofile from the main branch...

version `0.27.0` is out 👍🏻

Anything inside a double curly bracket (go template) is generated just once, before reading the configuration. So it's actually the normal behaviour. I do understand your use case though: I...

That would be one way of doing it safely, for sure. This templating system is still confusing though and I'm thinking we should probably populate an environment variable before each...

Indeed all the `schedule-*` flags only apply when the job is started from a schedule. For the global flags, you need to add the `--lock-wait` flag on the command line,...

The env file should work, I'm using it on one of my configs 🤔 Please note `resticprofile` won't complain if it cannot find/open the file. (Ideally we should show a...

> To confirm what I am testing against, is the syntax for templating within yaml with or without the leading #? I'm not too sure what you mean. You can...

Got it! This is a chicken and egg situation: You need to generate the configuration to load the `.env` file, but you need the content of the `.env` file to...

@jkellerer do you remember why we created this test? https://github.com/creativeprojects/resticprofile/actions/runs/15122540965/job/42507994888?pr=507#step:6:2194 The `viper` library started their own fork of`mapstructure` and fixed some issues with it. This is technically a breaking change,...