Jon Diercks

Results 14 comments of Jon Diercks

@DRON-666 : Is it too late to ask you to consider one more option to add in this PR? ```text -o vss.provider="{GUID}" ``` Backstory: https://forum.restic.net/t/windows-shadow-copy-snapshot-vss-unexpected-provider-error/3674 What do you think? I've...

Tested in my sandbox environment. Smooth as silk so far. Hope to roll it into production tomorrow. Thanks very much! ```text C:\>restic -r test-repo backup --use-fs-snapshot -o vss.provider=b5946137-7b9f-4925-af80-51abd60b20d5 C:\ N:\...

@fgma I have to agree with @DRON-666 on that one. GUID is more straightforward and reliable for this scenario. If a user is far enough along to be in a...

@DRON-666 that seems to be what VSSADMIN itself does. I would still leave the option in place to override if needed, but fallback would probably save a few people some...

> Can you try latest commit without specifying `vss.provider` option? @DRON-666 Looks like without vss.provider it's still using IID_NULL in all the VSS calls.

@DRON-666 I think I'm fine with restic defaulting to `VSS_SWPRV_ProviderId` as long as there is an option to override and specify a different provider if needed. There is a slight...

@bjoe2k4 can you share your powershell script? Curious to see how you implemented that. Could be useful to me in a different context.

@DRON-666 Wow, that's a lot more code! But definitely very flexible. Am I reading right that you decided to keep the original default behavior, with restic passing IID_NULL as provider...

@DRON-666 Thanks for clarifying. Good call. I've been running nightly backups with this PR for several weeks now, and it seems pretty solid.

A bonus feature that I forgot to document: 4/5-finger taps are also supported! Example: ```lua config.set("ui.touch.bindings", { -- disable the default 2-finger tap mapping, preserve browser pinch-zoom { fingers =...