Results 355 comments of Gareth

Went ahead and fixed the heading prefix you reported in 0.16.0, I'm going to spend some time playing around with formatting options (inspired by your gist!) and try to set...

Hey @sincerite , thanks for the ping. It's not something I've gotten to yet (focused on stability and feature work on multihost management next) but is still something I see...

Hmm, one way you may be able to work around this (it's a bit silly) is with a command hook that runs a sleep statement to delay running the backup...

Command hook implementation is here https://github.com/garethgeorge/backrest/blob/main/internal/hook/commandhook.go#L13-L39 so you can get some idea of how to craft a script that should work w/windows. If just setting #! cmd.exe does work, I'll...

Hmm, on Linux/MacOS /bin/sh and /bin/bash can accept a script written to their stdin. I'm not seeing an obvious way to do this on Windows. I think the best workaround...

Brilliant, glad this patch worked. I'll leave this open to track defaulting to cmd.exe for script execution on Windows.

Thanks for sharing the screenshots! Brainstorming a few options to improve scaling across a few form factors * Looking at backrest on mobile, I already have some support for a...

hi, glad you’re liking the project! I think dockerhub’s limits are also 100 pulls per 6 hours and can be elevated by paying for a premium account with them if...

Ah, alright. My understanding was definitely out of date, I had the impression that github's container registry pricing applied to all projects -- I'm now taking it to be private...

Thanks for the report -- overlooked this when initially scanning the update log :) Interestingly a summary event is definitely printed -- but Backrest ignores it because it fails validation...