Results 355 comments of Gareth

I think this sounds like a great idea -- this is something I had intended to do pretty early on and simply fell off my plate. Adding the capability should...

Implemented a pair of enums in https://github.com/garethgeorge/backrest/pull/309 , it should also be a pretty easy extension to support a wrapper script in general (and I can see that this solves...

Hey, looks like the browser provides an internationalized date time formatting API https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat I think using this in https://github.com/garethgeorge/backrest/blob/main/webui/src/lib/formatting.ts#L20-L36 should be the right approach.

Are you using docker? This tends to happen when the timezone in the container is incorrect.

Yep! For backrest I think just setting the TZ variable should be enough. It’s handled by the tzdata alpine package added to the docked image.

https://github.com/garethgeorge/backrest/commit/89a49c1fa7c6cafedef30bdf695e76920e2c690c updates the time formatting to use the locale.

Just released 1.0.0 which will try to use the locale from your browser, let me know if that's working for you.

The setting is based on your browser's locale for time formatting.

Hey, not sure I understand the feature request -- the latest snapshot is always visible in the GUI and should be restorable.

Ah, I see — sounds like the major problem is that there isn’t a single entry in the tree to restore the whole snapshot from. I’ll aim to fix this...