Michael Eischer
Michael Eischer
@BUFU1610 Which restic version are you using?
@BUFU1610 Since restic 0.10.0 the backup commandreturns exit code 3 if warnings occur during the backup. So this is indeed caused by the old restic version.
> This is a big pain point for scripting and automation. @fd0, @MichaelEischer is there a reason this feature was ignored or deprioritized for so long? No particular reason except...
I've opened a PR to add dedicated exit codes for a locked repository and for a non-existing repository. These seem to be the main use cases so far.
@quinncomendant Those are much, much harder to handle, as network issues can show up nearly everywhere. It's also not always clear whether a backend error is a network error or...
Does that code leak VSS snapshot? What does `vssadmin list shadows` (https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/vssadmin-list-shadows) report? Are you able to create new VSS snapshots after waiting for some time? @DRON-666 Do you have...
@DRON-666 Can you turn the VSS code fixes into a PR? You're definitely right about the leaked objects from the (redundant) QueryInterface calls. Those fixes are relevant even if there's...
@DRON-666 The object leak has existed for quite a few releases by now, so I don't think there's a need to rush.
The `b2` backend is known to be problematic and can sometimes retry endlessly if the backend communication does not work correctly. By now, it's recommended to use the S3 backend...
Closing for now as it looks like this was a backend hickup and I don't think there's something we can do here. Feel free to reopen the issue if the...