Andrew H.

Results 12 comments of Andrew H.

Thank you for looking into this issue. There is no issue with DB file permission. The issue is that Vorta main process runs with umask 0077 without any way to...

You can already accomplish this using language customization feature. Download English file from [https://github.com/dremin/RetroBar/blob/master/RetroBar/Languages/English.xaml](https://github.com/dremin/RetroBar/blob/master/RetroBar/Languages/English.xaml). Find this line and change the text to whatever you want: `Start` Rename this file to...

I can confirm the same issue. After many tests I figured out that you can either add a newline after multiline code block or two newlines at the very end...

One workaround for this situation could be using Task Scheduler with the option "Run whether user is logged on or not". Windows will prompt you to enter the user's password....

Thank you for looking into this! I'm not sure it would be a good idea to store the whole config there. A few concerns come to mind: 1. I did...

I agree it's the best approach. I was just going to suggest the same idea after pondering over it. It could work like so: 1. Upon starting Backrest checks OS...

Just wanted to share an alternative idea to winget. George, you already have the code to download restic from github. You can probably use the same code to update backrest.exe...

@dremin, I have experience with NSIS installers. Are you interested in having an installer? I'm willing to work on this if there is a need.

If the goal is to disable hibernation completely, a better way to do it with this command (needs to run elevated): powercfg -h off As a bonus, it deletes the...

This feature has been added with #867. Works for both install modes and also removes the directory from PATH when the corresponding checkbox is unchecked during upgrade or reinstall. Uninstallation...