rawtaz
rawtaz
**TL;DR:** Docker Compose (at least version 2.x) does not support the `mode` parameter for `tmpfs` volume definitions, even though it should. --- In the Compose Specification, we find that [one...
Hi, I might be missing something obvious, but I haven't been successful in changing the settings of this extension so that it works like MitM Me did. Let me elaborate....
It would be useful if you'd tag a release, e.g. v0.0.1 or whatever, so that we can use `version` in Go `dep` :)
Output of `restic version` -------------------------- restic 0.16.4 (v0.16.4-0-g3786536dc) compiled with go1.22.3 on darwin/arm64 What should restic do differently? Which functionality do you think we should add? ---------------------------------------------------------------------------------- If restic had...
I would have opened a PR for this but I'm not going through legal CLA stuff for changes like this, so here comes an issue instead. In the example at...
What should restic do differently? Which functionality do you think we should add? ---------------------------------------------------------------------------------- I'm proposing that restic always print the output from `restic version` as the first line when...
In the FAQ, document/answer the question "Should I use one repository or separate repositories when backing up multiple clients/servers?". Provide some rationale and use case examples.
As suggested in PR #2354 we should split up the [current backend and hosted services documentation](https://restic.readthedocs.io/en/latest/030_preparing_a_new_repo.html). E.g. keep backend docs in the current section and move everything relating to self-hosting...
Output of `restic version` -------------------------- `restic 0.14.0 (v0.14.0-234-g9354262b1-dirty) compiled with go1.19 on darwin/amd64` How did you run restic exactly? ------------------------------- ~~~ export AZURE_ACCOUNT_NAME=storageaccountname export AZURE_ACCOUNT_SAS='si=containername&spr=https&sv=2021-06-08&sr=c&sig=deadbeef' export RESTIC_PASSWORD=password restic -r azure:containername:/backup...
Pure cosmetics, add missing dots to a few comments and make indentation coherent between different parts of the defaultValues YAML. **What this PR does / why we need it**: It...