cupcakearmy / autorestic

Config driven, easy backup cli for restic.
https://autorestic.vercel.app/
Apache License 2.0
1.27k stars 71 forks source link

When reading backend config values from environment variables treat all special characters in backend name as `_` #382

Closed dotboris closed 1 month ago

dotboris commented 3 months ago

Related to #202

This should help in cases where the backend name includes special characters like - and trying to set configuration values from environment variables.

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
autorestic ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 2, 2024 10:07pm
cupcakearmy commented 1 month ago

Thanks for this. Not sure why someone would have non alphabetical chars in their name, but does not harm :)