We are using restic with a S3 repos which works great. Only little annoying thing is that we need to add --insecure-tls for every command we issue… As far as I can see, you cannot add this as an environment variable? Or maybe I missed it? And yes we know about Lets Encrypt etc. but for “some” reason this isn’t as easy as you think it is So a way to make this easier would be nice…
…found the issue… seems that if you “copy/paste” from this forum the “-–” is interperted as something else… when I changed it “by hand”, it worked like a charm
Yeah indeed, copy paste from a browser directly to a command like that is always risky. There are editors like sublimeText that can be configured to always show you those pesky non-space invisible characters.