Fred
Fred
I have to admit I forgot how $HOME is resolved on Windows. It's going to be a trick to convert it to `%USERPROFILE%` for cmd, and maybe something else for...
Yes, sorry, this is actually a known issue #71 It works when using the `--new-password-file` but cannot ask for a password to be typed. I'll fix it at some point...
I don't understand, the `media` profile is the same as the other one. Do you see these flags mentioned in the `show` command? `resticprofile show@media` (or `resticprofile -n media show`)
This is a very good point 👍🏻 I'll need to try it to understand how to create the task automatically. By that I mean what permissions are required to create...
Sure, I'd appreciate a bit of help 😉 To create a scheduled task on Windows, we create an XML file. The definition of the XML file is here: https://github.com/creativeprojects/resticprofile/blob/669e77e9417758998c8b647491139474affd4f73/schtasks/settings.go#L9-L27 The...
> What is indeed unclear is if that line can just be added or if it would break something. I don't think it would break anything; it would just give...
I'll have a look at it during the week or at the week-end, thank you for your help 👍🏻
Hi! I finally got a bit of time to look at it. I can see the reorganisation of the chapters makes sense to me, that's nice, thank you 👍🏻 Sadly...
Cool I can browse the doc locally, it's easier to see that way 👍🏻 I'm not too sure why the pipeline is failing: it works when I run the script...
Yes, I can see how that would be useful. As a workaround, you can make a new profile for the `copy` and schedule a `forget` independently. Not as neat. but...